]> mj.ucw.cz Git - libucw.git/history - lib/url.c
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git
[libucw.git] / lib / url.c
2006-07-24 Pavel CharvatMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-29 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-27 Robert Spaleksplit conf2.h into conf.h and getopt.h
2006-04-23 Robert SpalekMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-23 Robert Spaleklib: converted to use conf2.c instead of conf.c
2005-07-09 Martin MaresWhen we encounter an URL with multiple @'s, the first...
2005-07-01 Robert Spalekfix url_enenscape_friendly() thanks to mj
2005-06-30 Robert Spalekadded url_enescape_friendly() for cards.c: it prepares...
2005-06-30 Robert Spaleksecond part of fixing URL printing: escape back all...
2004-12-11 Martin MaresChanged all references to Sherlock Library by UCW Library.
2004-10-02 Martin MaresIntroduced relative counterparts of url_canon_split...
2004-06-22 Martin MaresAllow empty host name for unknown URL schemes.
2004-02-28 Martin MaresHopefully finally sorted out the "http://www.xyz.cz...
2004-02-24 Martin Mares"http://hell.org?xyz" really is a valid URL. Also check...
2003-09-27 Martin MaresAdded a lot of missing #include <alloca.h>'s.
2003-01-05 Martin MaresWhen killing dots at the end of host name, remove _all_...
2002-09-26 Martin MaresRecognize not only user names, but also passwords.
2002-08-20 Martin MaresAdded license notices to all library files which are...
2001-12-16 Martin MaresAdded url_auto_canonicalize().
2001-09-27 Robert Spalekurl_component_separators has a default value "" to...
2001-09-27 Robert Spalekurl_has_repeated_component() fully implemented and...
2001-09-26 Robert Spalekadded skeleton of not yet implemented function url_has_...
2001-03-27 Martin MaresAdded optional work-arounds for path underflows and...
2000-12-11 Martin MaresFixed includes, defines and copyrights.
2000-12-05 Martin MaresAdd directory to all includes.
2000-12-05 Martin MaresSquashed a couple of warnings.
1999-10-24 Martin MaresDon't kill fragment references if there aren't any.
1999-10-24 Martin MaresRevised URL parser, fixed a couple of bugs.
1998-01-06 Martin MaresSyncing crashed repository with my work tree.
1997-07-28 Martin Maresx
1997-07-27 Martin MaresAdding all files developed during last week...
1997-05-09 Martin MaresMisc.
1997-04-09 Martin MaresInitial revision