2012-01-24 |
Daniel Stenberg | URL sanitize: reject URLs containing bad data |
blob | commitdiff |
2011-10-24 |
Daniel Stenberg | Merge pull request #25 from trtom/master |
blob | commitdiff | diff to current |
2011-07-26 |
Yang Tse | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu... |
blob | commitdiff | diff to current |
2011-05-23 |
Yang Tse | compiler warning: fix |
blob | commitdiff | diff to current |
2011-04-27 |
Daniel Stenberg | source cleanup: unify look, style and indent levels |
blob | commitdiff | diff to current |
2011-04-19 |
Daniel Stenberg | CURL_DOES_CONVERSIONS: cleanup |
blob | commitdiff | diff to current |
2010-09-28 |
Daniel Stenberg | curl_easy_escape: don't escape "unreserved" characters |
blob | commitdiff | diff to current |
2010-03-24 |
Daniel Stenberg | remove the CVSish $Id$ lines |
blob | commitdiff | diff to current |
2010-02-24 |
Yang Tse | fix compiler warning |
blob | commitdiff | diff to current |
2010-01-22 |
Daniel Stenberg | wrap long lines and do some indent policing |
blob | commitdiff | diff to current |
2009-04-21 |
Yang Tse | libcurl's memory.h renamed to curl_memory.h |
blob | commitdiff | diff to current |
2008-10-08 |
Dan Fandrich | Added const to some pointer variables |
blob | commitdiff | diff to current |
2008-09-09 |
Dan Fandrich | Factored out Curl_isalnum |
blob | commitdiff | diff to current |
2007-11-07 |
Daniel Stenberg | if () => if() |
blob | commitdiff | diff to current |
2007-09-30 |
Daniel Stenberg | Alex Fishman reported a curl_easy_escape() problem... |
blob | commitdiff | diff to current |
2007-08-26 |
Dan Fandrich | Fixed some minor mismatched types found by splint. |
blob | commitdiff | diff to current |
2007-08-04 |
Daniel Stenberg | Patrick Monnerat fixed curl_easy_escape() and curlx_str... |
blob | commitdiff | diff to current |
2006-10-17 |
Daniel Stenberg | Avoid typecasting a signed char to an int when using... |
blob | commitdiff | diff to current |
2006-04-07 |
Daniel Stenberg | First commit of David McCreedy's EBCDIC and TPF changes. |
blob | commitdiff | diff to current |
2004-07-01 |
Daniel Stenberg | Variable type cleanups to please the picky MIPSPro... |
blob | commitdiff | diff to current |
2004-06-24 |
Daniel Stenberg | include header for our printfs |
blob | commitdiff | diff to current |
2004-06-24 |
Daniel Stenberg | Replaced all uses of sprintf() with the safer snprintf... |
blob | commitdiff | diff to current |
2004-05-13 |
Daniel Stenberg | curl_free() doesn't free(NULL) but just returns |
blob | commitdiff | diff to current |
2004-05-12 |
Daniel Stenberg | return NULL on out of memory |
blob | commitdiff | diff to current |
2004-05-11 |
Daniel Stenberg | curl_global_init_mem() allows the memory functions... |
blob | commitdiff | diff to current |
2004-03-08 |
Daniel Stenberg | size_t/int/long fixes |
blob | commitdiff | diff to current |
2004-01-29 |
Daniel Stenberg | Dan Fandrich's cleanup patch to make pedantic compiler... |
blob | commitdiff | diff to current |
2004-01-07 |
Daniel Stenberg | updated year in the copyright string |
blob | commitdiff | diff to current |
2003-06-26 |
Daniel Stenberg | use CURLDEBUG instead of MALLOCDEBUG |
blob | commitdiff | diff to current |
2003-05-21 |
Daniel Stenberg | David Balazic pointed out the lack of checks for a... |
blob | commitdiff | diff to current |
2003-01-29 |
Daniel Stenberg | removed the local variables for emacs and vim, use... |
blob | commitdiff | diff to current |
2003-01-16 |
Daniel Stenberg | copyright year update in the source header |
blob | commitdiff | diff to current |
2003-01-08 |
Jean-Philippe Bare... | fixed a very, very rare and very, very little memory... |
blob | commitdiff | diff to current |
2002-09-25 |
Daniel Stenberg | Walter J. Mack added curl_free |
blob | commitdiff | diff to current |
2002-09-03 |
Daniel Stenberg | updated source code boilerplate/header |
blob | commitdiff | diff to current |
2002-06-26 |
Daniel Stenberg | ignore '+' in URLs, generate only %-codes |
blob | commitdiff | diff to current |
2002-03-19 |
Daniel Stenberg | copyright string (year) update |
blob | commitdiff | diff to current |
2001-10-11 |
Sterling Hughes | looks nicer and is better compatible with older vim... |
blob | commitdiff | diff to current |
2001-09-07 |
Sterling Hughes | Added formatting sections for emacs and vim |
blob | commitdiff | diff to current |
2001-08-21 |
Daniel Stenberg | Georg Huettenegger's patch curl-7.8.1-pre5-patch-20010819 |
blob | commitdiff | diff to current |
2001-08-14 |
Daniel Stenberg | added typecasts when converting from unsigned int to int |
blob | commitdiff | diff to current |
2001-08-05 |
Daniel Stenberg | curl_escape() no longer attempts to detect already... |
blob | commitdiff | diff to current |
2001-04-07 |
Daniel Stenberg | Andrés García fixed curl_escape() |
blob | commitdiff | diff to current |
2001-03-22 |
Daniel Stenberg | Jim Drash suggested and I made it not encode what looks... |
blob | commitdiff | diff to current |
2001-03-22 |
Daniel Stenberg | the new escape/unescape function setup |
blob | commitdiff | diff to current |
2001-03-09 |
Daniel Stenberg | use unsigned int hex to receive the hex digit in, cause... |
blob | commitdiff | diff to current |
2001-01-03 |
Daniel Stenberg | dual-license fix |
blob | commitdiff | diff to current |
2000-11-21 |
Daniel Stenberg | curl_unescape() did not stop at the set length properly... |
blob | commitdiff | diff to current |
2000-10-09 |
Daniel Stenberg | added memory debugging include file |
blob | commitdiff | diff to current |
2000-08-31 |
Daniel Stenberg | in unescape(), '+' is now only converted to space after... |
blob | commitdiff | diff to current |
2000-06-20 |
Daniel Stenberg | haxx.nu => haxx.se |
blob | commitdiff | diff to current |
2000-05-22 |
Daniel Stenberg | moved here from the newlib branch |
blob | commitdiff | diff to current |
2000-03-20 |
Daniel Stenberg | curl_unescape() could make a buffer overflow |
blob | commitdiff | diff to current |
1999-12-29 |
Daniel Stenberg | Initial revision |
blob | commitdiff | diff to current |
|