aboutsummaryrefslogtreecommitdiff
path: root/lib/nwlib.c
AgeCommit message (Collapse)Author
2012-11-17mem-include-scan: verify memory #includesDaniel Stenberg
If we use memory functions (malloc, free, strdup etc) in C sources in libcurl and we fail to include curl_memory.h or memdebug.h we either fail to properly support user-provided memory callbacks or the memory leak system of the test suite fails. After Ajit's report of a failure in the first category in http_proxy.c, I spotted a few in the second category as well. These problems are now tested for by test 1132 which runs a perl program that scans for and attempts to check that we use the correct include files if a memory related function is used in the source code. Reported by: Ajit Dhumale Bug: http://curl.haxx.se/mail/lib-2012-11/0125.html
2012-09-14checksrc: Fixed line length and comment indentationMarc Hoersken
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-10-27Fix Pelles C Win32 target compilation issuesYang Tse
2008-09-06remove unnecessary typecasting of malloc()Yang Tse
2008-01-23happy new yearGunter Knauf
2008-01-23removed inclusion of libcurl memory debug headers since this lib stub is a ↵Gunter Knauf
well proofed method suggested by Novell. This enables usage of the stub with language bindings.
2007-11-07if () => if()Daniel Stenberg
while () => while() and some other minor re-indentings
2007-07-11removed now obsolete NETDB_DEFINE_CONTEXT macro calls.Gunter Knauf
2007-06-30enabled building for NetWare CLIB architecture.Gunter Knauf
2007-02-28proper symbol definition check for Novell NetWareYang Tse
2007-02-28protect from themselves those who need itYang Tse
2004-06-10converted to UNIX format.Gunter Knauf
2004-05-11curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg
memory.h is included everywhere for this.
2004-03-17Günter Knauf's update, mainly converted to plain old C comments.Daniel Stenberg
2004-03-17Günter Knauf's NetWare changes.Daniel Stenberg