index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
inputStream_http.c
Age
Commit message (
Expand
)
Author
2008-10-17
input_stream: removed nmemb argument
Max Kellermann
2008-08-26
added InputStream.ready
Max Kellermann
2008-08-26
enable -Wpointer-arith, -Wstrict-prototypes
Max Kellermann
2008-08-25
fix warnings in the HTTP client
Max Kellermann
2008-06-30
http: hopefully allow seeking to work on static files
Eric Wong
2008-06-30
introduce struct condition as a more correct version of Notify
Eric Wong
2008-06-30
http: initial rewrite using ringbuffer + pthreads
Eric Wong
2008-06-30
http: fix some small memory leaks when hitting redirects
Eric Wong
2008-06-30
http: split out logic around getaddrinfo() and connect()
Eric Wong
2008-06-30
http: split out auth code since it's mostly uninteresting for now
Eric Wong
2008-04-12
fix several errors/warnings which only appear with -O3
Max Kellermann
2008-03-26
notify: cleanups
Eric Wong
2008-03-26
networking: more assertions and cleanups to size_t/unsigned changes
Eric Wong
2008-03-26
use size_t
Max Kellermann
2008-02-05
fix -Wconst warnings
Max Kellermann
2008-01-03
Cleanup #includes of standard system headers and put them in one place
Eric Wong
2007-11-28
Re-enable seeking in http streams.
Qball Cow
2007-11-28
Don't try to forever to get data when the sockets winds up in "temporary
Qball Cow
2007-11-18
Disable seeking on streams, because of bug 1611. When playing ogg, the decode...
Qball Cow
2007-09-08
inputStream_http: signal the server to close after all requests
Eric Wong
2007-08-27
adding \n to a bunch of error message strings
J. Alexander Treuman
2007-06-09
Use string concatenation instead of snprintf for the User-Agent HTTP
J. Alexander Treuman
2007-06-09
Tidying up some code.
J. Alexander Treuman
2007-06-04
Use strncasecmp instead of strncmp when comparing HTTP headers. It seems
J. Alexander Treuman
2007-06-03
Removing that space that was recently added to the "Icy-Metadata: 1" HTTP
J. Alexander Treuman
2007-06-02
Removing some commented code that wrote HTTP streams to stdout.
J. Alexander Treuman
2007-06-02
Someone forgot a space in the "Icy-Metadata: 1" HTTP header.
J. Alexander Treuman
2007-05-26
Changing all calls to ERROR() followed by exit(EXIT_FAILURE) with a single
J. Alexander Treuman
2007-04-05
The massive copyright update
Avuton Olrich
2007-02-19
inputStream_http: cleanup GET request code (finishHTTPInit)
Eric Wong
2007-02-19
inputStream_http: fix HTTP seeking
Eric Wong
2007-02-06
Fix a bug where mpd would complain about a proxy password being specified
J. Alexander Treuman
2007-01-14
Don't initialize globals to zero (or NULL)
Eric Wong
2007-01-14
inputStream_http: stop mixing declarations with code
Eric Wong
2006-12-23
Adding support for seeking HTTP streams.
J. Alexander Treuman
2006-08-26
Replace strdup and {c,re,m}alloc with x* variants to check for OOM errors
Eric Wong
2006-07-30
remove clumsy strncpy use
Eric Wong
2006-07-20
Add mpd-indent.sh
Avuton Olrich
2006-07-20
Add mpd-indent.sh
Avuton Olrich
2006-07-17
sparse: ANSI-fy function declarations
Eric Wong
2006-07-14
Change shank's email address
J. Alexander Treuman
2006-07-13
Huge header update, update the copyright and add
Avuton Olrich
2006-05-21
inputStream_http: avoid printf, use our handy macros in log.h
Eric Wong
2006-05-14
Applied a modified patch for bug 344, needs testing with ipv6
Qball Cow
2006-03-16
merge with mpd/trunk up to r3925
Eric Wong
2006-03-15
inputStream_http.c: speling fikcses
Eric Wong
2005-04-17
fix some parsing of http_prebuffer_size
Warren Dukes
2005-01-23
change the http identification string to package_name/package_version
Warren Dukes
2004-11-20
fix oss_openDevice() to match the new openDevice callback protocol (w/o a aud...
Warren Dukes
2004-11-05
not too smart shank, forgetting to set default buffer sizes in inputStream_http
Warren Dukes
[next]