]> git.sesse.net Git - vlc/history - modules/access/ftp.c
Use var_Inherit* when applicable.
[vlc] / modules / access / ftp.c
2010-08-17 Rémi DuraffortUse var_Inherit* when applicable.
2010-08-03 Rémi Denis-CourmontFTP: directories cannot be sought
2010-08-03 Rémi Denis-CourmontFTP: fix small memory leak in directory case
2010-08-03 Rémi Denis-CourmontFTP: fix directory support
2010-08-02 Rémi Denis-CourmontFTP: fix relative file paths (fix #3984)
2010-07-11 Rémi Denis-CourmontRemove legacy casts
2010-05-10 Rémi Denis-CourmontRename access_t.psz_path to psz_location
2010-02-28 Rémi Denis-CourmontFTP: handle ftp://HOST correctly
2010-02-20 Rémi Denis-Courmontdecode_URI: do not call EnsureUTF8
2010-02-07 Rémi Denis-Courmontnet_Printf: automagic cast to VLC object
2010-01-21 Laurent AimarUsed uint64_t for access_t::info.i_size/i_pos and acces...
2009-09-03 Rémi Duraffortftp: let the user see the password in the conf (was...
2009-07-20 Rémi Denis-CourmontSort of handle ;type= in FTP URLs
2009-07-20 Rémi Denis-CourmontFTP path must be decoded - fixes #2982.
2009-06-15 Rémi DuraffortUse add_password instead of add_string when applicable.
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-17 Rémi Denis-CourmontAvoid ?: GCC-ism
2009-05-01 Laurent AimarAdd most of *-caching options as safe
2009-04-26 Rémi Denis-CourmontExplicitly add formerly implicit submodule shortcuts
2009-03-31 Rémi Denis-Courmontfmt
2009-03-05 Rémi Denis-CourmontUse dialog_Fatal, fix a bunch (but not all) interaction...
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2009-01-17 Antoine CellerierRemove debug.
2009-01-17 Antoine CellerierAdd support for directory listing in ftp access.
2009-01-14 Rémi Duraffortaccess_ftp: uneeded var_get.
2009-01-12 Rémi Duraffortaccess_ftp: cleanup.
2008-12-12 Rémi DuraffortUse calloc instead of malloc+memset.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-12 Marian DurkovicDon't hang VLC on ABOR in FTP access (closes #2027)
2008-09-09 Laurent AimarAdded a few malloc/strdup checks in ftp.
2008-09-09 Laurent AimarFixed ftp segfault when no path is specified (close...
2008-08-13 Jean-Baptiste KempfFix vasprintf warning.
2008-06-04 Rémi Denis-CourmontFTP: do not rely on object_type
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontaccess: Rename access2 to access as access is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-12 Rémi DuraffortAnother time "Remove useless test before a free".
2008-02-05 Rémi Denis-CourmontUse same type name in declaration and definition
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2008-01-08 Rémi Denis-CourmontHandle race condition between ABOR answer and other...
2008-01-06 Pierre d'Herbemontccess/ftp.c: Fix ftp pausing. Patch by Andrew Zaikin...
2007-12-09 Rémi Denis-CourmontUse (s)size_t for pf_read and pf_write.
2007-10-02 Rémi Denis-CourmontExport Content-Type out of HTTP access using Control.
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.
next