summaryrefslogtreecommitdiff
path: root/src/ne_uri.c
Commit message (Expand)AuthorAgeFilesLines
* src/ne_uri.c: Fix comment-in-comment.joe2018-11-141-1/+1
* * src/ne_uri.c: Note that only one bit is left for a 16-bit short.joe2018-11-021-0/+1
* * src/ne_uri.c: Save a few bytes by using shorts for uri_chars lookup table.joe2018-11-021-1/+1
* * src/ne_uri.c (ne_path_escape): Fix over-allocation of memory.joe2011-11-221-2/+2
* * src/ne_uri.c (ne_path_unescape): Remove redundant \0 (Hannes Eder).joe2007-12-051-1/+1
* * src/ne_uri.c (URI_FRAGMENT): Add macro.joe2007-07-311-7/+24
* * src/ne_uri.c (uri_lookup): Fix cast to prevent buffer under-read onjoe2007-01-111-1/+1
* * src/ne_uri.c (ne_path_lower): Avoid use of min() (Matthias Miller).joe2006-09-121-6/+1
* * src/ne_uri.c (URI_ESCAPE): Do path-escape "%".joe2006-03-011-1/+1
* * src/ne_uri.c (CMPWITH): M-x backslash-region.joe2006-01-101-7/+7
* * src/ne_gnutls.c, src/ne_openssl.c, src/ne_basic.c,joe2006-01-061-3/+3
* * src/ne_locks.c (CMPWITH): Simplify to reduce number of branches.joe2006-01-061-8/+10
* * src/ne_uri.c (CMPWITH): New macro.joe2006-01-061-15/+17
* * src/ne_uri.h, src/ne_uri.c (ne_uri_resolve): Return target pointer.joe2006-01-011-2/+4
* Fixes found by --enable-memleak build:joe2006-01-011-1/+3
* * src/ne_uri.c (remove_dot_segments): malloc the correct size ofjoe2006-01-011-1/+1
* * src/ne_uri.h (ne_uri_copy): Add prototype.joe2006-01-011-0/+13
* * src/ne_uri.c (ne_uri_unparse): Handle port correctly if scheme isjoe2006-01-011-5/+7
* * src/ne_uri.c (ne_uri_unparse): Fix missing NULL list terminator.joe2006-01-011-1/+1
* * src/ne_uri.c (remove_dot_segments): Fix case 2.A.joe2006-01-011-9/+12
* * src/ne_uri.h (ne_uri_resolve): Add prototype.joe2006-01-011-0/+150
* * src/ne_uri.c (ne_uri_parse): Empty string is a valid URI-reference,joe2006-01-011-9/+9
* * src/ne_uri.h (ne_uri): Rename authinfo field to userinfo.joe2006-01-011-22/+65
* * src/ne_uri.h (ne_uri_parse): Redefine to take a URI-reference asjoe2006-01-011-92/+142
* * src/ne_uri.c (uri_paths): Fix URI encoding default.joe2005-03-191-7/+10
* * src/ne_uri.h (ne_path_escape): Define to percent-encode anyjoe2005-01-261-56/+49
* Merge trunk up to current neon CVS HEAD.joe2004-10-021-1/+7
* Import neon 0.24.0 to begin 0.24.x branch.joe2004-10-021-0/+334