An error occurred fetching the project authors.
- 10 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 09 Jul, 2005 2 commits
-
-
Rémi Denis-Courmont authored
with EPSV compliant NAT - Fix socket error value check
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 26 Jun, 2005 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 23 May, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 22 May, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 21 May, 2005 3 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
(RFC2428 - FTP Extensions for IPv6 and NATs) : - explicitly NAT-friendly FTP (refs #66), - IPv6 support (closes #130).
-
Rémi Denis-Courmont authored
-
- 16 Dec, 2004 1 commit
-
-
Clément Stenac authored
Sorry for the trouble
-
- 11 Dec, 2004 1 commit
-
-
Clément Stenac authored
* Each module can declare a "human-readable short name" with set_name * Modules are sorted by category (set_category, set_subcategory). Modules configs can be separated by set_section() * Separated audio-filter and audio-visual * Separated extraintf and control * New command and widget : add_module_list() for comma-separated modules * Vfilters now use "," as separator
-
- 07 Nov, 2004 1 commit
-
-
Rémi Denis-Courmont authored
-
- 31 Aug, 2004 1 commit
-
-
Derk-Jan Hartman authored
* Add ACCESS_SET_PRIVATE_ID_STATE to the list of every access plugin * msg_Err -> msg_Warn for unimplemented Control queries
-
- 14 Aug, 2004 1 commit
-
-
Derk-Jan Hartman authored
-
- 18 Jul, 2004 2 commits
-
-
Laurent Aimar authored
-
Derk-Jan Hartman authored
-
- 06 Jun, 2004 1 commit
-
-
Laurent Aimar authored
* access/vcd/ clean up.
-
- 02 Jun, 2004 1 commit
-
-
Laurent Aimar authored
-
- 01 Jun, 2004 1 commit
-
-
Laurent Aimar authored
ACCESS_GET_EOF/SIZE/POS, prepared title/seekpoint support).
-
- 30 May, 2004 1 commit
-
-
Laurent Aimar authored
* ftp: converted to access2.
-
- 27 Apr, 2004 1 commit
-
-
Sam Hocevar authored
-
- 25 Jan, 2004 1 commit
-
-
Gildas Bazin authored
* modules/access/*: strings review + coding style fixes.
-
- 08 Jan, 2004 1 commit
-
-
Laurent Aimar authored
* modules/access/ftp.c: cleaned up.
-
- 03 Jan, 2004 2 commits
-
-
Rocky Bernstein authored
-
Rocky Bernstein authored
-
- 10 Sep, 2003 1 commit
-
-
Laurent Aimar authored
-
- 31 Jul, 2003 1 commit
-
-
Laurent Aimar authored
setting (in fact only used by access_out/udp.c.
-
- 15 May, 2003 1 commit
-
-
Christophe Massiot authored
* ALL: Capitalize all preferences text strings
-
- 08 May, 2003 2 commits
-
-
Laurent Aimar authored
-
Eric Petit authored
vasprintf if defined but not declared in the system headers...)
-
- 30 Apr, 2003 2 commits
-
-
Gildas Bazin authored
* modules/access/ftp.c, modules/access/http.c: slightly changed atoll() replacement.
-
Derk-Jan Hartman authored
modules/access/ftp.c: * fixed a very serious bug in the atoll code. this contained a never ending while loop. It showed on systems without atoll() (MacOSX) as an inability to view http and ftp streams.
-
- 30 Mar, 2003 1 commit
-
-
Gildas Bazin authored
* modules/*: sanitization of the modules description strings.
-
- 24 Mar, 2003 4 commits
-
-
Gildas Bazin authored
* modules/access/ftp.c, modules/access/http.c: the http and ftp plugins now implement SetProgram(). TS streams will now work over http :)
-
Gildas Bazin authored
* modules/access/*: grrr... apparently I also need to reset the file descriptor set inside the loop.
-
Gildas Bazin authored
* modules/access/*: don't forget to reinitialize the timeout when looping around select().
-
Gildas Bazin authored
* modules/access/*: pf_read() in access modules is now blocking. We still check regularly for p_input->b_die though. Now the demuxers can safely assume that pf_read() == 0 means EOF. * ALL: got rid of the p_input->b_connected flag. * src/input/input_ext-plugins.c, src/input/input.c: fixed the infinite loop of "decoder stuck" messages that sometimes happened. * src/interface/intf_eject.c, modules/misc/network/ipv4.c: fixed compilation warnings.
-
- 03 Mar, 2003 1 commit
-
-
Gildas Bazin authored
* ALL: Finally fixed the MSVC project files. Don't include io.h on win32 when not necessary. A few build fixes for MSVC. * src/misc/win32_specific.c: try to load winsock2 instead of winsock1 when present.
-