aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_smb.c
Commit message (Expand)AuthorAge
* stream_smb: make sure the string is NULL-terminated after strncpyGravatar pavelxdd2018-10-25
* stream_smb/stream_file: fix `write_buffer`Gravatar Yclept Nemo2018-07-29
* stream_smb: locking to bypass libsmbclient issuesGravatar Yclept Nemo2018-07-29
* Add checks for HAVE_GPL to various GPL-only source filesGravatar wm42017-10-10
* stream_smb: disable by default, mark as GPLv3Gravatar wm42017-05-11
* Update license headersGravatar Marcin Kurczewski2015-04-13
* stream/smb: mark as network stream for --cache=autoGravatar Kevin Mitchell2015-03-09
* Add more constGravatar wm42014-06-11
* stream_smb: fix compilationGravatar wm42014-05-24
* stream: remove chaos related to writeable streamsGravatar wm42014-05-24
* stream: don't use end_posGravatar wm42014-05-24
* stream_smb: increase to 128k read_chuuk from default 8kGravatar Kevin Mitchell2014-05-12
* Kill all tabsGravatar wm42014-04-13
* stream_smb: remove dead codeGravatar 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
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* stream: fix url_options field, make protocols field not fixed lengthGravatar wm42013-08-26
* stream: don't require streams to set s->pos in seek callbackGravatar wm42013-08-22
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* stream: redo URL parsing, replace m_struct usage with m_configGravatar wm42013-08-02
* stream: remove useless author/comment fieldsGravatar wm42013-07-12
* stream: remove fd memberGravatar wm42013-07-12
* stream: don't require streams to set a typeGravatar wm42013-07-12
* core: change open_stream and demux_open signatureGravatar wm42013-07-12
* stream: don't set EOF flag in stream implementationsGravatar wm42013-06-16
* stream, demux: replace off_t with int64_tGravatar wm42012-11-20
* stream: change STREAM_CTRL_GET_SIZE argument type to uint64_tGravatar reimar2012-11-20
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* Merge branch 'mplayer1_changes'Gravatar Uoti Urpala2011-05-02
|\
* | cleanup: avoid various GCC warningsGravatar Clément Bœsch2011-04-20
| * stream: Make stream_write_buffer() check for short writesGravatar ranma2011-04-12
|/
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\
| * Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyGravatar reimar2009-11-22
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
|/
* stream_opts should be constGravatar reimar2008-01-13
* stream_opts arrays should be constGravatar reimar2007-12-02
* Mark all stream_info_t as constGravatar reimar2007-12-02
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDGravatar diego2007-08-28
* truncate mencoder's output file if it exists, instead of overwriting just par...Gravatar lorenm2007-03-05
* reindented after yesterday's commitGravatar nicodvb2006-12-20
* support for writing over smb sharesGravatar nicodvb2006-12-19
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31