index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
gopher.c
Age
Commit message (
Expand
)
Author
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-12
gopher: #include cleanup
Daniel Stenberg
2012-11-17
mem-include-scan: verify memory #includes
Daniel Stenberg
2011-10-21
curl_multi_fdset: correct fdset with FTP PORT use
Daniel Stenberg
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-07-25
WIN32 io.h and fcntl.h inclusion done in setup_once.h
Yang Tse
2011-07-25
time.h and sys/time.h inclusion conditionally done in setup_once.h
Yang Tse
2011-05-05
RTSP: convert protocol-specific checks to generic
Daniel Stenberg
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-03-14
protocols: use CURLPROTO_ internally
Daniel Stenberg
2011-03-14
protocol handler: added flags field
Daniel Stenberg
2010-12-02
fix compiler warning: rounding, sign extension, or loss of accuracy may result
Yang Tse
2010-09-06
warning: fix conversion to 'int' from 'size_t'
Daniel Stenberg
2010-08-25
gopher: enable the header callback/verbosity
Daniel Stenberg
2010-08-25
gopher: fix memory leak and busyloop
Daniel Stenberg
2010-08-25
Gopher using Curl_write; test suite (4 tests)
Cameron Kaiser
2010-08-25
Gopher protocol support (initial release)
Cameron Kaiser