Parent Directory
|
|
|
|
|
.cvsignore
|
1.2
|
2 years |
bagder |
ignore all the binaries and the .deps and .libs
|
10-at-a-time.c
|
1.9
|
16 months |
danf |
Argument to CURLMOPT_MAXCONNECTS must be a long
|
Makefile.am
|
1.53
|
3 months |
yangtse |
I removed leading 'curl' path on the 'curlbuild.h' include statement in
curl.h, ... |
Makefile.example
|
1.4
|
2 years |
bagder |
Patrick Monnerat modified the LDAP code and approach in curl. Starting now,
the ... |
Makefile.inc
|
1.8
|
5 months |
bagder |
add ftpgetinfo
|
Makefile.m32
|
1.5
|
5 months |
gknauf |
updated MingW32 makefile for recent external libs.
|
README
|
1.15
|
2 years |
danf |
Remove remaining traces of ftp3rdparty.c and mention htmltidy.c
|
adddocsref.pl
|
1.1
|
5 years |
bagder |
add URLs in comments for all libcurl function calls
|
anyauthput.c
|
1.9
|
8 months |
yangtse |
VMS adjustment
|
cacertinmem.c
|
1.3
|
20 months |
danf |
Fixed a surprising number of example programs that were passing int arguments
to... |
certinfo.c
|
1.1
|
17 months |
bagder |
- Introducing CURLOPT_CERTINFO and the corresponding CURLINFO_CERTINFO. By
ena... |
chkspeed.c
|
1.3
|
4 months |
gknauf |
use stderr for error output.
|
cookie_interface.c
|
1.5
|
20 months |
danf |
Fixed a surprising number of example programs that were passing int arguments
to... |
curlgtk.c
|
1.7
|
20 months |
danf |
Fixed a surprising number of example programs that were passing int arguments
to... |
curlx.c
|
1.9
|
5 weeks |
bagder |
use the modern name for this option
|
debug.c
|
1.5
|
8 months |
yangtse |
docs/example patches for VMS
|
evhiperfifo.c
|
1.1
|
14 months |
bagder |
Markus Koetter's adaptation of hiperfifo.c to instead use libev
|
fileupload.c
|
1.5
|
17 months |
danf |
Checked in some grammatical and minor other fixes in the documentation and
examp... |
fopen.c
|
1.13
|
17 months |
yangtse |
remove unnecessary typecasting of malloc()
|
ftpget.c
|
1.8
|
20 months |
danf |
Fixed a surprising number of example programs that were passing int arguments
to... |
ftpgetinfo.c
|
1.1
|
5 months |
gknauf |
added ftpgetinfo sample since users asked frequently for such a sample.
|
ftpgetresp.c
|
1.4
|
2 years |
danf |
Fixed some more simple compile warnings in the examples.
|
ftpupload.c
|
1.17
|
8 months |
yangtse |
Use curl_off_t and CURL_FORMAT_CURL_OFF_T for file size.
|
ftpuploadresume.c
|
1.5
|
17 months |
yangtse |
MSVC adjustment
|
getinfo.c
|
1.4
|
8 months |
yangtse |
Remove empty line used to force CVS to update the $Id date string format
|
getinmemory.c
|
1.13
|
17 months |
yangtse |
remove unnecessary typecasting of realloc()
|
ghiper.c
|
1.5
|
20 months |
danf |
Fixed a surprising number of example programs that were passing int arguments
to... |
hiperfifo.c
|
1.9
|
14 months |
bagder |
and now it compiles too!
|
htmltidy.c
|
1.2
|
20 months |
danf |
Fixed a surprising number of example programs that were passing int arguments
to... |
htmltitle.cc
|
1.5
|
9 months |
giva |
Avoid compiler warning about unused argument.
|
http-post.c
|
1.4
|
8 months |
yangtse |
Remove empty line used to force CVS to update the $Id date string format
|
httpcustomheader.c
|
1.2
|
12 months |
bagder |
make this example not only replace an internal header but also add a totally
new... |
httpput.c
|
1.11
|
20 months |
danf |
Fixed a surprising number of example programs that were passing int arguments
to... |
https.c
|
1.4
|
20 months |
danf |
Fixed a surprising number of example programs that were passing int arguments
to... |
makefile.dj
|
1.10
|
17 months |
giva |
Pick-up programs from Makefile.inc.
|
multi-app.c
|
1.10
|
2 weeks |
bagder |
Yun Fu pointed out a flaw in the loop that checks handles, and I indented
the co... |
multi-debugcallback.c
|
1.5
|
8 months |
yangtse |
docs/example patches for VMS
|
multi-double.c
|
1.4
|
3 years |
bagder |
Added comments about checking return code and the maxfd counter
|
multi-post.c
|
1.6
|
20 months |
danf |
Fixed a surprising number of example programs that were passing int arguments
to... |
multi-single.c
|
1.6
|
3 years |
bagder |
Added comments about checking return code and the maxfd counter
|
multithread.c
|
1.4
|
22 months |
danf |
Made sure that curl_global_init is called in all the multithreaded
example progr... |
opensslthreadlock.c
|
1.3
|
17 months |
yangtse |
remove unnecessary typecasting of malloc()
|
persistant.c
|
1.4
|
20 months |
danf |
Fixed a surprising number of example programs that were passing int arguments
to... |
post-callback.c
|
1.10
|
20 months |
danf |
Fixed a surprising number of example programs that were passing int arguments
to... |
postit2.c
|
1.5
|
2 years |
danf |
Fixed some compile warnings and errors and improved portability in the
examples.... |
sampleconv.c
|
1.1
|
3 years |
bagder |
new little example using the new conversion callbacks added in 7.15.4
|
sendrecv.c
|
1.3
|
3 months |
bagder |
strerror() => curl_easy_strerror()
|
sepheaders.c
|
1.10
|
20 months |
danf |
Fixed a surprising number of example programs that were passing int arguments
to... |
simple.c
|
1.6
|
5 years |
bagder |
stripped trailing whitespace
|
simplepost.c
|
1.4
|
20 months |
danf |
Fixed a surprising number of example programs that were passing int arguments
to... |
simplessl.c
|
1.9
|
20 months |
danf |
Fixed a surprising number of example programs that were passing int arguments
to... |
smooth-gtk-thread.c
|
1.2
|
22 months |
danf |
Made sure that curl_global_init is called in all the multithreaded
example progr... |
synctime.c
|
1.5
|
20 months |
danf |
Fixed a surprising number of example programs that were passing int arguments
to... |
threaded-ssl.c
|
1.4
|
20 months |
danf |
Fixed a surprising number of example programs that were passing int arguments
to... |