summaryrefslogtreecommitdiff
path: root/lib/getenv.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* tool_home: Fix the copyright year being out of dateSteve Holme2020-02-131-1/+1
* tool_homedir: Change GetEnv() to use libcurl's curl_getenv()Jay Satiro2020-02-121-11/+34
* getenv: support up to 4K environment variable contents on windowsDaniel Stenberg2019-07-311-2/+2
* win: Basic support for Universal Windows Platform appsMarco Deckel2016-08-211-1/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* VMS: fix and generate the VMS build configJohn E. Malmberg2013-02-051-8/+0
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+61
* build: rename 93 lib/*.c filesYang Tse2013-01-031-61/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* SSPI related code: Unicode support for WinCEMark Salisbury2012-06-151-2/+2
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-4/+0
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* VMS specific preprocessor symbol checking adjustmentsYang Tse2009-12-301-2/+2
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-2/+2
* ANSI C compatibility adjustmentYang Tse2008-09-121-1/+1
* if () => if()Daniel Stenberg2007-11-071-2/+2
* Don't strdup an empty stringDan Fandrich2007-09-271-1/+1
* Fix compiler warning: the address of 'env' will always evaluate as 'true'Yang Tse2007-09-271-9/+6
* Made the copyright year match the latest modification's year.Daniel Stenberg2006-01-091-1/+1
* Cleanup windows header includes. Where aplicable, inclusion ofYang Tse2005-12-181-5/+0
* Paul Nolan fix to make libcurl build nicely on Windows CEDaniel Stenberg2004-11-021-0/+4
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-7/+7
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-0/+2
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg2003-06-261-1/+1
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* removed a commented lineDaniel Stenberg2002-01-041-1/+0
* include setup.hDaniel Stenberg2001-11-121-0/+2
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
* added const to the function protosDaniel Stenberg2001-08-141-2/+2
* Nico Baggus' VMS adjustmentsDaniel Stenberg2001-08-061-0/+12
* Robert Weaver's fixDaniel Stenberg2001-01-241-2/+3
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-0/+1
* dual-license fixDaniel Stenberg2001-01-031-27/+11
* added memory debugging include fileDaniel Stenberg2000-10-091-0/+4
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-2/+2
* curl_getenv() is now lowercaseDaniel Stenberg2000-06-051-1/+1
* made getenv() more threadsafe for win32Daniel Stenberg2000-05-291-2/+3
* moved here from the newlib branchDaniel Stenberg2000-05-221-30/+0
* syncing with local editDaniel Stenberg2000-01-101-2/+2
* Initial revisionDaniel Stenberg1999-12-291-0/+95