]> git.sesse.net Git - vlc/history - modules/access/ftp.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / access / ftp.c
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-04 Rémi Denis-CourmontFix usage of add_shortcut.
2007-03-24 Laurent AimarFixed typo (Patch by Ari Constancio)
2007-02-26 Rémi Denis-CourmontSimplify shutdown() portability
2007-02-10 Rémi Denis-Courmonts/psz_name/psz_path/ for consistency
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-12 Rémi Denis-CourmontWarnings
2006-09-09 Rémi Denis-CourmontFix segfault. FTP access output is now somehow "tested"
2006-09-09 Rémi Denis-CourmontMore fixes
2006-09-09 Rémi Denis-CourmontOSX compile fix
2006-09-09 Rémi Denis-CourmontOups
2006-09-09 Rémi Denis-CourmontUntested FTP access output (closes #605)
2006-09-09 Rémi Denis-CourmontMore cosmetic
2006-09-09 Rémi Denis-CourmontCosmetic fixes
2006-09-09 Rémi Denis-CourmontDon't use someone's else domain in our default values
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-07-19 Clément StenacSome more demux and access code factorization
2006-06-09 Rémi Denis-CourmontFTP cleartext authentication from Petr Vacek.
2006-03-31 Christophe MutricyAccess/*: Second lecture (refs #438)
2006-03-29 Clément StenacAccess strings (Refs:#438)
2006-03-10 Rémi Denis-CourmontTell user we disabled EPSV mode _before_ reconnecting...
2006-02-27 Rémi Denis-CourmontSeparate socket/resolv stuff (network.h) from url stuff...
2006-01-12 Antoine CellerierFSF address change.
2005-12-05 Rémi Denis-Courmonts/OpenTCP/ConnectTCP/ for consistency
2005-10-25 Marian DurkovicFTP URLs are relative to user's default directory ...
2005-07-29 Rémi Denis-CourmontDon't require a vlc_object_t in net_Get(Sock|Peer)Address
2005-07-13 Rémi Denis-Courmont- Use previous API
2005-07-10 Rémi Denis-CourmontFix an old typo
2005-07-10 Rémi Denis-CourmontHmmph, logic fix
2005-07-09 Rémi Denis-Courmont- Fix (?) handling of EPSV non-compliant FTP servers
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-26 Rémi Denis-CourmontFixes httpd_ClientIP on Win32 & the likes
2005-06-26 Rémi Denis-CourmontUse integer rather than strings for UDP/TCP port numbers
2005-05-23 Rémi Denis-CourmontWindows CE compile fix attempt
2005-05-22 Rémi Denis-CourmontSafer EPSV implementation (needed new networking API)
2005-05-21 Rémi Denis-CourmontUpdate copyright date
2005-05-21 Rémi Denis-CourmontImplement Extended passive mode
2005-05-21 Rémi Denis-CourmontCode simplification
2004-12-16 Clément StenacReally fix all the set_name.
2004-12-11 Clément StenacImprovements to preferences
2004-11-07 Rémi Denis-Courmontnet_* API update for encryption (recv / send virtualiza...
2004-08-31 Derk-Jan Hartman* Don't bitch anymore about not found access_demux...
2004-08-14 Derk-Jan Hartman* Send \r\n after ftp commands, not \n.
2004-07-18 Laurent Aimar * ftp: handle multiple lines answers.
2004-07-18 Derk-Jan Hartman* spelling corrections
2004-06-06 Laurent Aimar * access/*: use var_* helpers.
2004-06-02 Laurent Aimar * all: removed ACCESS_GET_SEEKPOINT_INFO.
2004-06-01 Laurent Aimar * all: a few changes in access2 (added a info field...
2004-05-30 Laurent Aimar * access2: fixed seeking.
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-01-25 Gildas Bazin* modules/access/*: strings review + coding style fixes.
2004-01-08 Laurent Aimar * modules/demux/mp4/libmp4.c: use vasprintf
2004-01-03 Rocky BernsteinSorry to be so pedantic - grammar (and spelling)
2004-01-03 Rocky BernsteinSpelling - probably cut and pated from somewhere else.
2003-09-10 Laurent Aimar * ftp : use atoll.
2003-07-31 Laurent Aimar * all: added a i_ttl field in network_socket_t to...
2003-05-15 Christophe Massiot* now 0.6.0-cvs
2003-05-08 Laurent Aimar * ftp : updated copyright info.
2003-05-08 Eric Petit ALL: fixed BeOS-specific warnings (ssize_t is not...
2003-04-30 Gildas Bazin* modules/access/ftp.c, modules/access/http.c: slightly...
2003-04-30 Derk-Jan Hartmanmodules/access/http.c:
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-24 Gildas Bazin* modules/access/ftp.c, modules/access/http.c: the...
2003-03-24 Gildas Bazin* modules/access/*: grrr... apparently I also need...
2003-03-24 Gildas Bazin* modules/access/*: don't forget to reinitialize the...
2003-03-24 Gildas Bazin* modules/access/*: pf_read() in access modules is...
2003-03-03 Gildas Bazin* ALL: Finally fixed the MSVC project files.
2003-02-20 Sigmund Augdal Helberg* include/configuration.h: added a new flag to the...
2003-02-07 Marc Aribertiglibc 2.1 port for linupy (linux on a yopy pda)
2003-02-04 Christophe Massiot* modules/access/*: Fixed compilation problems with...
2002-12-31 Christophe Massiot* src/misc/darwin_specific.m: Partial attempt at fixing...
2002-12-25 Christophe MassiotSanta Claus brings to you :
2002-12-18 Sam Hocevar * fixed several format string inconsistencies and...
2002-12-16 Laurent Aimar * compilation fix for Os X.
2002-12-15 Laurent Aimar * modules/mux/mpeg/*: should fix builtin compilation