summaryrefslogtreecommitdiffstats
path: root/stream/stream_smb.c
Commit message (Expand)AuthorAgeFilesLines
* Add checks for HAVE_GPL to various GPL-only source fileswm42017-10-101-0/+5
* stream_smb: disable by default, mark as GPLv3wm42017-05-111-1/+1
* Update license headersMarcin Kurczewski2015-04-131-6/+5
* stream/smb: mark as network stream for --cache=autoKevin Mitchell2015-03-091-0/+1
* Add more constwm42014-06-111-1/+1
* stream_smb: fix compilationwm42014-05-241-4/+4
* stream: remove chaos related to writeable streamswm42014-05-241-10/+3
* stream: don't use end_poswm42014-05-241-3/+3
* stream_smb: increase to 128k read_chuuk from default 8kKevin Mitchell2014-05-121-0/+1
* Kill all tabswm42014-04-131-1/+1
* stream_smb: remove dead codewm42013-12-221-22/+1
* stream: mp_msg conversionswm42013-12-211-4/+4
* 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
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-161-2/+2
* stream: fix url_options field, make protocols field not fixed lengthwm42013-08-261-3/+3
* stream: don't require streams to set s->pos in seek callbackwm42013-08-221-2/+1
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-2/+2
* stream: redo URL parsing, replace m_struct usage with m_configwm42013-08-021-26/+1
* stream: remove useless author/comment fieldswm42013-07-121-3/+2
* stream: remove fd memberwm42013-07-121-7/+19
* stream: don't require streams to set a typewm42013-07-121-1/+0
* core: change open_stream and demux_open signaturewm42013-07-121-1/+2
* stream: don't set EOF flag in stream implementationswm42013-06-161-1/+0
* stream, demux: replace off_t with int64_twm42012-11-201-2/+2
* stream: change STREAM_CTRL_GET_SIZE argument type to uint64_treimar2012-11-201-1/+1
* Rename directories, move files (step 2 of 2)wm42012-11-121-3/+3
* Merge branch 'mplayer1_changes'Uoti Urpala2011-05-021-2/+10
|\
| * stream: Make stream_write_buffer() check for short writesranma2011-04-121-2/+10
* | cleanup: avoid various GCC warningsClément Bœsch2011-04-201-1/+0
|/
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30475Uoti Urpala2010-03-091-0/+17
|\
| * Add license header to all files missing it in the stream subdirectory.diego2010-01-301-0/+17
* | Merge svn changes up to r29962Uoti Urpala2009-11-231-1/+1
|\|
| * Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyreimar2009-11-221-1/+1
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-17/+17
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-17/+17
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-2/+2
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-2/+2
|/
* stream_opts should be constreimar2008-01-131-1/+1
* stream_opts arrays should be constreimar2007-12-021-1/+1
* Mark all stream_info_t as constreimar2007-12-021-1/+1
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDdiego2007-08-281-2/+2
* truncate mencoder's output file if it exists, instead of overwriting just par...lorenm2007-03-051-1/+1
* reindented after yesterday's commitnicodvb2006-12-201-2/+2
* support for writing over smb sharesnicodvb2006-12-191-6/+23
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+148