]> git.sesse.net Git - vlc/history - include/network.h
Forgot @ -- thanks thedj
[vlc] / include / network.h
2005-08-12 Rémi Denis-CourmontForgot @ -- thanks thedj
2005-08-12 Rémi Denis-CourmontDon't URL encode ./:[] because they are to be found...
2005-08-11 Christophe Massiot * include/network.h:vlc_UrlEncode() : though RFC 1738...
2005-08-10 Rémi Denis-CourmontAlso update IsEncoded
2005-08-10 Rémi Denis-CourmontStricter RFC1788 obeying UrlEncode
2005-08-04 Christophe Massiot * include/network.h: Fixed vlc_UrlEncode with non...
2005-08-02 Rémi Denis-Courmont- When both IPv4 and IPv6 plugins return a socket,...
2005-07-31 Rémi Denis-CourmontAdd const
2005-07-30 Gildas Bazin* include/network.h, modules/access/mms/mmstu.c, src...
2005-07-29 Rémi Denis-CourmontDon't require a vlc_object_t in net_Get(Sock|Peer)Address
2005-07-29 Christophe Massiot * include/network.h: VLC should now compile.
2005-07-29 Rémi Denis-CourmontInline net_GetAddress
2005-07-28 Rémi Denis-Courmontinet_pton() replacement
2005-07-27 Rémi Denis-Courmont- Fix segfault when doing RTSP DESCRIBE (trunk-only...
2005-07-27 Rémi Denis-CourmontRemove FIXME that doesn't need to be fixed
2005-07-27 Rémi Denis-CourmontErr, IPv4 multicast starts at 224.0.0.0 not 225.0.0.0
2005-07-27 Rémi Denis-Courmont- takes scope into account for NI_MAXNUMERICHOST
2005-07-27 Rémi Denis-CourmontAdd const where appropriate
2005-07-24 Jérome DecoodtFix user:pass parsing if protocol is not given.
2005-07-21 Derk-Jan Hartman* Added net_AddressIsMulticast that takes a string...
2005-07-17 Cyril Deguet* all: compilation fix with vc7.1 compiler, and removed...
2005-07-13 Rémi Denis-CourmontNew useful API to combine get(sock|peer)name() and...
2005-07-12 Rémi Denis-CourmontBetter ACL API (full rewrite)
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-07-04 Rémi Denis-CourmontUndo braindead [11640]
2005-07-04 Damien Fouilleulhey, don't forget win32, folks
2005-07-04 Christophe MutricyCompile fix
2005-07-02 Benjamin Pracht* Include <sys/socket.h> if the system has it (should...
2005-07-01 Rémi Denis-CourmontUse macros rather than overkill APIs
2005-06-30 Rémi Denis-CourmontWrappers for shutdown() API
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-06-25 Rémi Denis-CourmontUnbreak previous commit - I was a bit too optimistic
2005-06-25 Rémi Denis-Courmont- Support for parsing user and password in URLs
2005-06-17 Christophe Massiot * modules/control/http.c: Added support for .hosts...
2005-05-23 Rémi Denis-Courmontun-re-un-export net_ConvertIPv4
2005-05-23 Steve Lhommecompilation fixes for MSVC
2005-05-22 Rémi Denis-Courmont- Use the new vlc_getaddrinfo API
2005-05-09 Rémi Denis-CourmontFix C++ compilation
2005-03-10 Rémi Denis-Courmont- include/network.h: new vlc_UrlEncode and vlc_UrlIsNot...
2004-11-15 Laurent Aimar * input: added a meta field to input.
2004-11-07 Rémi Denis-CourmontAllow multiple inclusions of "network.h"
2004-11-07 Rémi Denis-Courmontnet_* API update for encryption (recv / send virtualiza...
2004-11-06 Clément Stenacadded net_Select
2004-10-06 Derk-Jan Hartman* vlc_b64_encode patch by Torsten Spindler
2004-09-11 Gildas Bazin* include/vlc_vod.h, modules/misc/rtsp.c: skeleton...
2004-07-24 Gildas Bazin* src/misc/net.c, include/network.h: added net_vaPrintf...
2004-06-06 Clément StenacPatch by Rémi Denis-Courmont to include TCP listening...
2004-04-18 Clément Stenac* ALL: Better announce system
2004-01-21 Laurent Aimar * net: added net_OpenUDP
2004-01-15 Laurent Aimar * network: fix for proto://host:port url syntax.
2004-01-06 Laurent Aimar * network: vlc_UrlParse should now accept ipv6 ip...
2004-01-06 Laurent Aimar * src/misc/net.c: fixed net_Gets
2004-01-05 Laurent Aimar * configure.ac: readded AX_ADD_PLUGINS([mpgv mpga...
2003-11-07 Laurent Aimar * added vlc_url_t structure, vlc_UrlParse and vlc_UrlC...
2003-07-31 Laurent Aimar * all: added a i_ttl field in network_socket_t to...
2002-07-20 Sam Hocevar * ALL: changed "struct foo_s" into "struct foo_t...
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-03-01 Christophe MassiotInput III (Episode 1).