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