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