build: set _POSIX_PTHREAD_SEMANTICS on Solaris to get proper getpwuid_r
[platform/upstream/curl.git] / lib / content_encoding.c
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-08-21 Yang Tsezlib: ensure user provided memory functions are used...
2011-08-18 Yang Tsezlib: enforce full initialization of our data space...
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2010-09-12 Daniel Stenberginflate_stream: remove redundant check that is always...
2010-05-14 Daniel Stenbergfollow redirect: ignore response-body on redirect even...
2010-04-24 Daniel Stenberggzip: Value stored to 'data' is never read
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-17 Daniel Stenbergcheck_gzip_header: Value stored to 'data' is never...
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-09 Daniel Stenberg- When downloading compressed content over HTTP and...
2010-01-22 Daniel Stenbergwrap long lines and do some indent policing
2009-08-29 Gunter Knaufadd cast to silient compiler warning with 64bit systems.
2009-05-11 Daniel Stenberg- Balint Szilakszi reported a memory leak when libcurl...
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2009-02-17 Daniel Stenberg- A second follow-up change by Andre Guibert de Bruet...
2009-02-14 Daniel Stenbergnah, use the simpler year - year range syntax only...
2009-02-14 Daniel Stenberg- Andre Guibert de Bruet found and fixed a memory leak...
2008-09-06 Yang Tseremove unnecessary typecasting of malloc()
2007-11-24 Daniel Stenbergstruct HandleData is now called struct SingleRequest...
2007-11-05 Daniel Stenbergremoved space after if and while before the parenthesis...
2007-08-08 Dan FandrichSong Ma noted a zlib memory leak in the illegal compres...
2007-02-22 Yang TseFix compiler warnings
2006-08-19 Daniel StenbergBased on a patch by Armel Asselin, the FTP code no...
2006-04-25 Daniel StenbergPaul Querna fixed libcurl to better deal with deflate...
2005-03-31 Daniel StenbergUpdated the copyright year since changes have been...
2005-02-07 Dan FandrichFix for a bug report that compressed files that are...
2004-11-30 Daniel StenbergDan Fandrich's fix for libz 1.1 and "extra field" usage...
2004-10-27 Daniel StenbergDan Fandrich's gzip handling fix
2004-07-04 Daniel Stenbergtypecast the conversion to uInt when assigning z->avail...
2004-05-12 Daniel StenbergEdited comments only.
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-04-26 Daniel Stenbergignore the curl/types.h header file
2004-02-15 Daniel Stenberganother case which should use CURLcode and not int
2004-02-13 Daniel Stenberguse CURLcode, not int, prevents picky compilers to...
2004-01-29 Daniel StenbergDan Fandrich's cleanup patch to make pedantic compiler...
2004-01-16 Daniel StenbergGisle Vanem's patch for variables that "might be used...
2004-01-07 Daniel Stenbergupdated year in the copyright string
2004-01-05 Daniel StenbergDan Fandrich's zlib fix
2003-04-22 Daniel StenbergDan Fandrich's gzip bugfix
2003-04-11 Daniel StenbergNic fixed so that Curl_client_write() must not be calle...
2003-04-11 Daniel StenbergDan Fandrich's gzip patch applied
2003-01-29 Daniel Stenbergremoved the local variables for emacs and vim, use...
2003-01-16 Daniel Stenbergcopyright year update in the source header
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-09-02 Daniel StenbergJames Gallagher's Content-Encoding work