3514311b53
								
							 
						 
						
							Fixed case of /0+/ filename 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								c07ffdfc42
								
							 
						 
						
							Merge branch 'master' of github.com:AloisMahdal/minions 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								0e3d4a12ab
								
							 
						 
						
							Vertical beautification 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								30149d7058
								
							 
						 
						
							Added -f argument to force file creation (rewrite) 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								91b7fe20d2
								
							 
						 
						
							Grammar 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								a328abc2c7
								
							 
						 
						
							Typo 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								09b972cb9b
								
							 
						 
						
							Fixed up markup 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								8f24cb46d4
								
							 
						 
						
							Updated doc according to --long option (56efdff) 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								c5f065fc38
								
							 
						 
						
							Confiured for log rotation using logrotate 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								56efdffc37
								
							 
						 
						
							Implemented --long 
							
							
Warning: now short for `--lines` is `-n`, not `-l`, which is taken by
`--long`.  The idea is to make it resemble `-l` in `-ls -l` (although
the real meaning for `ls` is somewhat different). 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								c3eb2b22c1
								
							 
						 
						
							Added TODO 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								8c86bee78b
								
							 
						 
						
							Disable keepalive 
							
							
Which causes problems when our trivial loggers are used
where delay between messages cannot be predicted (e.g. testing) 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								d9ff5ad2fa
								
							 
						 
						
							Send Content-Length header 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								3aea57f3b0
								
							 
						 
						
							Set last_error on error 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								7e5274a3dc
								
							 
						 
						
							Do not catch generic exception (catch it above) 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								6f2aa5e64f
								
							 
						 
						
							Typo 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								14cc12ef4c
								
							 
						 
						
							Improved exception handling across httplib versions 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								8aec1eadcd
								
							 
						 
						
							Return text/plain (not text/javascript) 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								72f8a0a79d
								
							 
						 
						
							Fixed error of not saying what code server returned 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								d985a6b392
								
							 
						 
						
							Re-licensed htlogr.py to LGPL 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								a46393d6e7
								
							 
						 
						
							Merge branch 'master' of github.com:AloisMahdal/minions 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								e997867b14
								
							 
						 
						
							Make canonical (sorted) strings from data 
							
							
htlogr::data will now sort data by keys before assembling it all into
message so that order will not differ between invocations.
Added to both Perl and Python implementations. 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								246a539cf4
								
							 
						 
						
							Merge branch 'master' of github.com:AloisMahdal/minions 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								95e89e6ab8
								
							 
						 
						
							Fixed shebang to work on *nices 
							
							
Not guarranteed to work back on Windows, though 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								89fc9de3f7
								
							 
						 
						
							Fixed typo in direction tag 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								9111528d76
								
							 
						 
						
							Fixed typo 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								0f56e464a6
								
							 
						 
						
							Added links to www.slovnik.cz and LWP::Simple 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								0b3d9df17d
								
							 
						 
						
							Added README section for se 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								19410fd34e
								
							 
						 
						
							Added se, a command line dictionary util using www.slovnik.cz 
							
							
Although not particularly related to development, this is very
useful for me.
Also it has it place in programming: say when I need to pick a *really
good* name for a variable but can't recall the word in EN :) 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								e6e0fa7064
								
							 
						 
						
							Added TODO: create htquery 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								d903f12878
								
							 
						 
						
							Fixed shebang to work on *nices 
							
							
Not guarranteed to work back on Windows, though 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								9b7b9f8f71
								
							 
						 
						
							Added Python version of htlogr 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								f94c874557
								
							 
						 
						
							Added templates 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								6d8b731bc2
								
							 
						 
						
							Changed tabs to spaces 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								60eec224ea
								
							 
						 
						
							Added dissect_url 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								fbeb6ea00f
								
							 
						 
						
							Not just Perl scripts (also other scripts) 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								bf670e6a9f
								
							 
						 
						
							Added basic helper::dmup tests 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								edef909064
								
							 
						 
						
							Ignore dumps 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								9f6bc8329a
								
							 
						 
						
							Made the poor scriptie executable at last 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								fa67f15f24
								
							 
						 
						
							Added bd.pl 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								07fb761c58
								
							 
						 
						
							Fixed reckless clobbering if file existed 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								c095c4c1bc
								
							 
						 
						
							Reformatted to fit 80 chars 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								67637a5aac
								
							 
						 
						
							Updated with mkexec.pl 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								76387f27f2
								
							 
						 
						
							Added mkexec.pl 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								1b64133df5
								
							 
						 
						
							Added link to YAML::Tiny 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								f5c447a5f9
								
							 
						 
						
							Fixed capitalization 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								30103e9735
								
							 
						 
						
							Improved grammar 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								8bdbd19cad
								
							 
						 
						
							Clarified usage 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								8d80ebb409
								
							 
						 
						
							Updated document outline. 
							
							
*   divided into bin, cgi-bin and lib sections
*   consolidated newlines before ##
*   changed heading 1 and 2 lvl style 
							
							
						 
						12 年前  
				
					
						
							
								 
						
							
								93e1b31d78
								
							 
						 
						
							Added description od yml2pl.pl and pl2yml.pl 
							
							
						 
						12 年前