aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/cookies.c
Commit message (Expand)AuthorAge
* cookies: change license to LGPLGravatar wm42017-05-11
* Update license headersGravatar Marcin Kurczewski2015-04-13
* Kill all tabsGravatar wm42014-04-13
* cookies.c: cols must (and does) have 7 elements.Gravatar reimar2014-01-19
* stream: minor cookie cleanupGravatar wm42013-12-22
* options: move network related options to MPOptsGravatar wm42013-12-22
* stream: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Use O_CLOEXEC when creating FDsGravatar wm42013-11-30
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* Remove internal network supportGravatar wm42013-07-07
* Fix some cppcheck / scan-build warningsGravatar wm42013-05-06
* stream: implement some HTTP specific options for stream_lavfGravatar wm42013-01-24
* cookies: fix crashGravatar wm42013-01-24
* stream, demux: replace off_t with int64_tGravatar wm42012-11-20
* Fix potential bugs and issues, general cleanupsGravatar reimar2012-11-20
* cookies: don't read cookie files from ancient browsersGravatar wm42012-11-16
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* cookies: replace sprintf with snprintfGravatar reimar2012-10-31
* windows support: unicode filenamesGravatar wm42012-03-09
* Do not print the "Loading cookie file" message twice.Gravatar reimar2010-04-05
* Fix argument order for lseek, fixes cookie loading in Windows and in generalGravatar reimar2010-02-03
* Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add #include <limits.h>, fixes build on Solaris 8.Gravatar diego2006-09-07
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31