summaryrefslogtreecommitdiffstats
path: root/stream/cookies.c
Commit message (Expand)AuthorAgeFilesLines
* stream: minor cookie cleanupwm42013-12-221-25/+17
* options: move network related options to MPOptswm42013-12-221-6/+4
* stream: mp_msg conversionswm42013-12-211-21/+13
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* Use O_CLOEXEC when creating FDswm42013-11-301-1/+1
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-2/+2
* Remove internal network supportwm42013-07-071-85/+1
* Fix some cppcheck / scan-build warningswm42013-05-061-1/+1
* stream: implement some HTTP specific options for stream_lavfwm42013-01-241-0/+21
* cookies: fix crashwm42013-01-241-3/+3
* stream, demux: replace off_t with int64_twm42012-11-201-2/+2
* Fix potential bugs and issues, general cleanupsreimar2012-11-201-10/+15
* cookies: don't read cookie files from ancient browserswm42012-11-161-42/+3
* Rename directories, move files (step 2 of 2)wm42012-11-121-1/+1
* cookies: replace sprintf with snprintfreimar2012-10-311-5/+7
* windows support: unicode filenameswm42012-03-091-0/+2
* Do not print the "Loading cookie file" message twice.reimar2010-04-051-2/+0
* Fix argument order for lseek, fixes cookie loading in Windows and in generalreimar2010-02-031-1/+1
* Add license header to all files missing it in the stream subdirectory.diego2010-01-301-1/+17
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-2/+2
* Add #include <limits.h>, fixes build on Solaris 8.diego2006-09-071-0/+1
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+278