aboutsummaryrefslogtreecommitdiff
path: root/src/writeenv.c
AgeCommit message (Collapse)Author
2011-10-06curl tool: reviewed code moved to tool_*.[ch] filesYang Tse
2011-09-14curl tool: re-enable MemoryTracking capability on 'src' subdirectory files.Yang Tse
Use same preprocessor logic for curl tool MemoryTracking activation in source files located in 'src' subdirectory as the one used for libcurl sources.
2011-04-27checksrc: whitespace and code style cleanupDaniel Stenberg
Make everything adhere to the standards upheld by checksrc.pl and now run checksrc from the makefile on debug builds.
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-01-18Constantine Sapuntzakis enhancements to make memory tracking log file writingYang Tse
of messages atomic, on systems where an fwrite of a memory buffer is atomic.
2008-11-03If building with CURLDEBUG, sprintf() is defined away. So use curl_msprintf()Gisle Vanem
and not sprintf().
2008-10-25add missing header inclusionsYang Tse
2004-12-15Add 'const' to immutable arrays.Dan Fandrich
2004-03-29Gisle Vanem's djgpp/MS-DOS updatesDaniel Stenberg
2004-01-07updated year in the copyright stringDaniel Stenberg
2003-08-20CURLINFO_RESPONSE_CODE replaces CURLINFO_HTTP_CODEDaniel Stenberg
2003-01-16copyright year update in the source headerDaniel Stenberg
2002-09-03updated source code boilerplate/headerDaniel Stenberg
2002-04-08removed compiler warnings, made it conditional on USE_ENVIRONMENTDaniel Stenberg
2002-04-08Added $Id:$ keywordDaniel Stenberg
2002-04-08Added writeenv.c and writeenv.h for RISCOS usage (and others?)Daniel Stenberg