root/src/network


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1a2a411c38b705707cb68f958c0931050cb1d199 [1a2a411c38b705707cb68f958c0931050cb1d199] 07/02/08 21:52:08 Rémi Denis-Courmont <rdenis@simphalempin.com> Ignore invalid ACL allow line
(edit) @991ae089635d4b4c3882e9125369be2e7ead85af [991ae089635d4b4c3882e9125369be2e7ead85af] 06/22/08 18:46:58 Rémi Denis-Courmont <rdenis@simphalempin.com> Fix nissing include and atoi() invocation
(edit) @a1238857104da694b0f7d521f06015322007570d [a1238857104da694b0f7d521f06015322007570d] 06/21/08 10:48:31 Rémi Denis-Courmont <rdenis@simphalempin.com> Remove VLC_OBJECT_HTTPD_HOST
(edit) @57c3ecd2292588c7312afbb6935d414bfbe2e826 [57c3ecd2292588c7312afbb6935d414bfbe2e826] 06/19/08 20:06:55 Rémi Duraffort <ivoire@videolan.org> Remove msg_Err about memory allocation. Fix two potential …
(edit) @0ad8477b20fb8400808a7fd6148684f0960c0403 [0ad8477b20fb8400808a7fd6148684f0960c0403] 06/12/08 19:22:03 Rémi Denis-Courmont <rdenis@simphalempin.com> accept: ignore interrupts
(edit) @4e21e41ac9381e7d24f3a0ace8870ae0532d2cd7 [4e21e41ac9381e7d24f3a0ace8870ae0532d2cd7] 06/12/08 19:16:55 Rémi Denis-Courmont <rdenis@simphalempin.com> connect: handle EINTR Though this should not happen as we are using …
(edit) @799fa2004db121688cec8a61e7be16d4d04f4dfa [799fa2004db121688cec8a61e7be16d4d04f4dfa] 06/12/08 19:09:53 Rémi Denis-Courmont <rdenis@simphalempin.com> Network: handle interrupts when reading and some comments
(edit) @fbeaf830d351d634d3ed3cecbae07d02f9663601 [fbeaf830d351d634d3ed3cecbae07d02f9663601] 06/12/08 18:52:12 Rémi Denis-Courmont <rdenis@simphalempin.com> Factorize interrupt handling
(edit) @a77080d567d0ba6598a06af6f02c7ef24bfbadcb [a77080d567d0ba6598a06af6f02c7ef24bfbadcb] 06/09/08 20:50:41 Rémi Denis-Courmont <rdenis@simphalempin.com> Support for sudo
(edit) @2487f4b1224c3ae07686de96b376d14325922e84 [2487f4b1224c3ae07686de96b376d14325922e84] 06/08/08 17:40:32 Rémi Denis-Courmont <rdenis@simphalempin.com> Fix typo
(edit) @d9799c1965d9d4781f5fd87310cd7052d790eb11 [d9799c1965d9d4781f5fd87310cd7052d790eb11] 06/06/08 17:47:56 Rémi Denis-Courmont <rdenis@simphalempin.com> Bring the root wrapper back
(edit) @536779c8d510cc6b9a29be9614be5e51961caeb8 [536779c8d510cc6b9a29be9614be5e51961caeb8] 06/06/08 17:16:26 Rémi Denis-Courmont <rdenis@simphalempin.com> Fix/split rootwrap_bind
(edit) @fe1fdaf598d73a3cabe417ae85a6132623a10466 [fe1fdaf598d73a3cabe417ae85a6132623a10466] 06/01/08 21:33:27 Rémi Denis-Courmont <rdenis@simphalempin.com> Simplify AI_NUMERICSERV usage
(edit) @d666030b2349e8a710fcba4d2cabb912cc700580 [d666030b2349e8a710fcba4d2cabb912cc700580] 05/31/08 21:10:28 Rémi Denis-Courmont <rdenis@simphalempin.com> libvlc: use vlc_common.h (libvlccore) instead of vlc/vlc.h
(edit) @119907171ba2165f0259e37baf19cdf9e9f595a5 [119907171ba2165f0259e37baf19cdf9e9f595a5] 05/31/08 18:01:04 Rémi Denis-Courmont <rdenis@simphalempin.com> Ignore vlc_object_wait return value We need to check vlc_object_alive() …
(edit) @fb04f24982242a835b3ae7382f6dd4fcf6ace5f9 [fb04f24982242a835b3ae7382f6dd4fcf6ace5f9] 05/30/08 17:56:50 Rémi Denis-Courmont <rem@videolan.org> Fix NULL pointer deferences (CID 120 & 121)
(edit) @c8075f3500bfdd1e4159f5091c767bcd916f0e26 [c8075f3500bfdd1e4159f5091c767bcd916f0e26] 05/30/08 15:44:19 Rafaël Carré <funman@videolan.org> Remove dead code - CID 9
(edit) @6d9fde80110542d213ed6236efc134931da58066 [6d9fde80110542d213ed6236efc134931da58066] 05/29/08 18:34:36 Rémi Denis-Courmont <rem@videolan.org> Spelling
(edit) @c0a2676e7c7a2af609afce53b333ddee41f565ee [c0a2676e7c7a2af609afce53b333ddee41f565ee] 05/28/08 18:43:21 Rémi Denis-Courmont <rem@videolan.org> Do not serialize DNS queries on Win32, that's slooow!
(edit) @8b27d7c2ab5684ca5a05b6f3e900e2cfa8a6b0ae [8b27d7c2ab5684ca5a05b6f3e900e2cfa8a6b0ae] 05/28/08 18:43:21 Rémi Denis-Courmont <rem@videolan.org> Fix gai_strerror replacement
(edit) @e41bccdf8818640a8a03241c1a36613995a779fc [e41bccdf8818640a8a03241c1a36613995a779fc] 05/28/08 17:49:50 Rémi Denis-Courmont <rem@videolan.org> Simplify, and remove racy IDN code
(edit) @1f75e5730e7fef018f5d7708ef9fba6e66fdaaa5 [1f75e5730e7fef018f5d7708ef9fba6e66fdaaa5] 05/27/08 20:30:50 Rémi Denis-Courmont <rem@videolan.org> Spare a few relocs
(edit) @b5aee88c089035938b603929d29b5d113553f4fa [b5aee88c089035938b603929d29b5d113553f4fa] 05/27/08 18:53:25 Pierre d'Herbemont <pdherbemont@videolan.org> libvlccore: Make sure all symbol listed in libvlccore.sym are exported.
(edit) @90aa64cc1cfa26c51713efcec08cb22d41530477 [90aa64cc1cfa26c51713efcec08cb22d41530477] 05/09/08 17:34:41 Rémi Denis-Courmont <rem@videolan.org> Ugly fix for httpd deadlock
(edit) @d804de7dac7b0e414c23360396a08f29ffe85e09 [d804de7dac7b0e414c23360396a08f29ffe85e09] 05/05/08 22:34:20 Rémi Denis-Courmont <rem@videolan.org> Remove unused variable
(edit) @40f43d3256ee86695e0bf44adabb691707d5de01 [40f43d3256ee86695e0bf44adabb691707d5de01] 05/04/08 19:45:48 Rémi Denis-Courmont <rem@videolan.org> Use libvlc_priv_t for httpd
(edit) @6da90a1716250d282f16dc6bc9dacec5b9514caf [6da90a1716250d282f16dc6bc9dacec5b9514caf] 05/04/08 13:14:46 Rémi Denis-Courmont <rem@videolan.org> vlc_mutex_init: remove unused paramter
(edit) @0c199e1522dffce240e08812c95efe2bb2518c3e [0c199e1522dffce240e08812c95efe2bb2518c3e] 05/04/08 11:12:09 Rémi Denis-Courmont <rem@videolan.org> Fix symbols list
(edit) @976b9f6dc9259e4532a01502d00aa91c95f455e8 [976b9f6dc9259e4532a01502d00aa91c95f455e8] 05/03/08 22:07:15 Rémi Denis-Courmont <rem@videolan.org> Provide sendmsg and recvmsg replacements
(edit) @9ddd88e8d147e97b428ac5bef2c8177fd185911a [9ddd88e8d147e97b428ac5bef2c8177fd185911a] 05/03/08 19:52:53 Rémi Denis-Courmont <rem@videolan.org> Only compile the winsock stubs file on Win32
(edit) @d1d3dc1d109110bf68cb048c429f6f05a3839200 [d1d3dc1d109110bf68cb048c429f6f05a3839200] 05/01/08 21:11:47 Rémi Denis-Courmont <rem@videolan.org> Remove I64C as well
(edit) @baffdc120c6a63cc32988535578f44158deb59d5 [baffdc120c6a63cc32988535578f44158deb59d5] 04/22/08 17:12:05 Pierre d'Herbemont <pdherbemont@videolan.org> httpd: Fix vlc_object_wait() usage. It's needed to check if we were not …
(edit) @449fd28aaf007c6411251dae9d0dbfdc65b135d1 [449fd28aaf007c6411251dae9d0dbfdc65b135d1] 04/14/08 02:02:22 Pierre d'Herbemont <pdherbemont@videolan.org> Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. This …
(edit) @0e1b522e9b6b5aae8aa288331d1e42c0271429a1 [0e1b522e9b6b5aae8aa288331d1e42c0271429a1] 03/30/08 16:15:09 Rémi Denis-Courmont <rem@videolan.org> Remove HTTPD object type
(edit) @fc92a6567e68eb7a22f4107d65d3bd2cced7266e [fc92a6567e68eb7a22f4107d65d3bd2cced7266e] 03/25/08 01:20:29 Rafaël Carré <funman@videolan.org> Correctly use WSAStringToAddress() Fix by upb at preteam org
(edit) @859436564cd0b85e76b888a88205424ede9cb412 [859436564cd0b85e76b888a88205424ede9cb412] 03/12/08 12:07:42 Rémi Duraffort <ivoire@videolan.org> One more "Remove useless test before free"
(edit) @4c685fc5ccfc01e8d60c18b89363eb17eea6369a [4c685fc5ccfc01e8d60c18b89363eb17eea6369a] 03/04/08 20:01:40 Rémi Denis-Courmont <rem@videolan.org> Remove misleading dummy "Interrupted system call" error from …
(edit) @3cd17e7d668e174ebc6dcf6510aefffcb406c765 [3cd17e7d668e174ebc6dcf6510aefffcb406c765] 03/04/08 19:56:33 Rémi Denis-Courmont <rem@videolan.org> Avoid dummy "unknown option dccp-service" error Signed-off-by: Rémi …
(edit) @7187a7e9ccd41bf977efc45f7eae51c73c0d32ab [7187a7e9ccd41bf977efc45f7eae51c73c0d32ab] 03/04/08 19:18:09 Rémi Denis-Courmont <rem@videolan.org> Remove the 1234 default UDP port hack None of the three net_ConnectDgram …
(edit) @487b2b1e7439028935350ce5550afcac098bd5f3 [487b2b1e7439028935350ce5550afcac098bd5f3] 03/03/08 19:13:32 Rémi Duraffort <ivoire@via.ecp.fr> Use (void) instead of VLC_UNUSED (with pierre agreement)
(edit) @9db336f33fec96c4e647a1302b2307a96ea805ee [9db336f33fec96c4e647a1302b2307a96ea805ee] 03/03/08 19:13:32 Rémi Duraffort <ivoire@via.ecp.fr> Revert "Include vlc_common.h to get VLC_UNUSED()" This reverts commit …
(edit) @805980f9540538da4ca6f1f6d8fcf9a19f34375f [805980f9540538da4ca6f1f6d8fcf9a19f34375f] 03/03/08 18:14:15 Pierre d'Herbemont <pdherbemont@videolan.org> Include vlc_common.h to get VLC_UNUSED()
(edit) @62796e96ebc124277c473cab1028b2be2b8980c8 [62796e96ebc124277c473cab1028b2be2b8980c8] 03/03/08 18:08:29 Rémi Denis-Courmont <rem@videolan.org> Remove the old port 80 hack in the network subsystem The only paths that …
(edit) @86fffb2fe82da640baf36664069bc33e172c55d4 [86fffb2fe82da640baf36664069bc33e172c55d4] 03/03/08 17:59:09 Pierre d'Herbemont <pdherbemont@videolan.org> network/rootwrap.c: Unused args fix.
(edit) @2815e99445ba576d06e3688df81db6ae59732b13 [2815e99445ba576d06e3688df81db6ae59732b13] 03/02/08 20:01:43 Rémi Denis-Courmont <rem@videolan.org> Set the DCCP service code properly. Assume RTP converys video (which is …
(edit) @a78e273ec53ff8a6c3993f3deda0b893f8dd709a [a78e273ec53ff8a6c3993f3deda0b893f8dd709a] 02/26/08 01:29:12 Pierre d'Herbemont <pdherbemont@videolan.org> misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but …
(edit) @e0c9e748ad50009db6cc375a739132ab77212704 [e0c9e748ad50009db6cc375a739132ab77212704] 02/25/08 16:45:21 Rafaël Carré <funman@videolan.org> fix #1461
(edit) @e5896809c2ea5686fe1c0831c72b9e8e5a7c1e31 [e5896809c2ea5686fe1c0831c72b9e8e5a7c1e31] 02/10/08 16:52:00 Rémi Denis-Courmont <rem@videolan.org> Really (I swear) implement the waitpipe in net_write
(edit) @0b28505c862d23805402d4549a61470b9c53b79f [0b28505c862d23805402d4549a61470b9c53b79f] 02/10/08 16:43:05 Rémi Denis-Courmont <rem@videolan.org> Fix net_Write waitpipe usage, cleanups
(edit) @c0082a6a9aa74f9b1733a8778c56d9e119363135 [c0082a6a9aa74f9b1733a8778c56d9e119363135] 02/10/08 12:50:55 Rémi Denis-Courmont <rem@videolan.org> Remove arbitrary timer in net_Write()
(edit) @670cfc5ba336c4ad15e1d79518d77cf68d9f2dbd [670cfc5ba336c4ad15e1d79518d77cf68d9f2dbd] 02/09/08 22:10:04 Rémi Denis-Courmont <rem@videolan.org> Use the exception set in poll(). This is a theoretical bug fix, as POLLPRI …
(edit) @bd26b5fae425423ad406e2c2e2375ba47be31d17 [bd26b5fae425423ad406e2c2e2375ba47be31d17] 02/09/08 09:32:05 Rémi Denis-Courmont <rem@videolan.org> Handle waitpipe error failures.
(edit) @c4f5530cc3500542dc8c5e08efa54997edf279b9 [c4f5530cc3500542dc8c5e08efa54997edf279b9] 02/03/08 20:09:45 Rémi Denis-Courmont <rem@videolan.org> Use waitpipe when establishing an outgoing network connection
(edit) @d1af4dc515e171d2c0d5ed68b3f948dd995c9bf8 [d1af4dc515e171d2c0d5ed68b3f948dd995c9bf8] 01/29/08 19:09:59 Rémi Denis-Courmont <rem@videolan.org> Sync Multipart JPEG content-type with the one used in the MPJEG muxer
(edit) @acb0c8e13c6e4c5c4e2a4b1ef25cbe8f05383883 [acb0c8e13c6e4c5c4e2a4b1ef25cbe8f05383883] 01/28/08 17:56:48 Rémi Denis-Courmont <rem@videolan.org> Fix net_AcceptSingle return value
(edit) @ba94a1b655983aa0dbfcb8a5d09436007a22b7df [ba94a1b655983aa0dbfcb8a5d09436007a22b7df] 01/28/08 17:40:32 Rémi Denis-Courmont <rem@videolan.org> Fix previous commit (dead code...)
(edit) @795fb9bc6f57b6baf2469ddba9a347da1af933c3 [795fb9bc6f57b6baf2469ddba9a347da1af933c3] 01/28/08 17:33:02 Rafaël Carré <funman@videolan.org> network/udp.c net_SetCSCov(): removes warnings if UDPLITE_RECV_CSCOV and …
(edit) @1b09c02c7e8162abb14d6f30980b09c7d7b34200 [1b09c02c7e8162abb14d6f30980b09c7d7b34200] 01/24/08 17:08:13 Rémi Denis-Courmont <rem@videolan.org> Include assert.h when needed
(edit) @99fab9089e9e1709d9c3a4bc5ced0c137ac59134 [99fab9089e9e1709d9c3a4bc5ced0c137ac59134] 01/23/08 22:50:58 Rémi Denis-Courmont <rem@videolan.org> Don't include config.h from the headers - refs #297. Missing some cases …
(edit) @e02569673275625cb966ff5525a18d1aee4fb6ee [e02569673275625cb966ff5525a18d1aee4fb6ee] 01/23/08 18:44:27 Rémi Denis-Courmont <rem@videolan.org> avoid mere whitespaces when hostname is not specified
(edit) @fdb990bd55f690131f00a443f187577fc82c8aa6 [fdb990bd55f690131f00a443f187577fc82c8aa6] 01/21/08 21:35:19 Rémi Denis-Courmont <rem@videolan.org> Remove potential deadlocks in waitpipe with net_*
(edit) @cc227c7270cfc3ba47f988df3cdaf232a41a8f34 [cc227c7270cfc3ba47f988df3cdaf232a41a8f34] 01/21/08 18:12:41 Rémi Denis-Courmont <rem@videolan.org> Set non-blocking mode on accepted sockets
(edit) @968f7ba0c2a55138e8472d5d7820b7ce8f7f45b4 [968f7ba0c2a55138e8472d5d7820b7ce8f7f45b4] 01/20/08 10:51:41 Rémi Denis-Courmont <rem@videolan.org> Remoev reverse abstraction
(edit) @4f028428053d0342c55deb6ba8b8da114c6a0caa [4f028428053d0342c55deb6ba8b8da114c6a0caa] 01/16/08 18:51:21 Rémi Denis-Courmont <rem@videolan.org> Revert the so-called whitelisting commits that are actually blacklisting
(edit) @bc938951cb79d7e1d685981127614903d347979c [bc938951cb79d7e1d685981127614903d347979c] 01/05/08 19:09:40 Rémi Denis-Courmont <rem@videolan.org> net_Accept: poll() takes milliseconds rather than microseconds
(edit) @98a7a012699bdc9c60323970589b02e06d0c912c [98a7a012699bdc9c60323970589b02e06d0c912c] 01/05/08 19:05:31 Rémi Denis-Courmont <rem@videolan.org> excess debug
(edit) @ecbbbc15c84f94dba5d9d3a1d54ae9802256a7bf [ecbbbc15c84f94dba5d9d3a1d54ae9802256a7bf] 01/05/08 19:04:10 Rémi Denis-Courmont <rem@videolan.org> Use the event pipe in net_Read instead of an arbitrary timer
(edit) @b1a9a82e38f91f51859c7f87eee3695715ab0c5b [b1a9a82e38f91f51859c7f87eee3695715ab0c5b] 12/28/07 12:36:57 Ilkka Ollakka <ileoo@videolan.org> small fix for http-streaming, don't set b_die to true in beginning …
(edit) @7dfd1a1d1e0b512ec83466c1e85e36cba308037b [7dfd1a1d1e0b512ec83466c1e85e36cba308037b] 12/23/07 18:42:57 Rémi Denis-Courmont <rem@videolan.org> Fix format string injection in the Connection field for HTTP-served …
(edit) @949dac11608bb2ab375d29069a64cc824ba33c1f [949dac11608bb2ab375d29069a64cc824ba33c1f] 12/22/07 17:04:32 Rémi Denis-Courmont <rem@videolan.org> syntax error
(edit) @681637abe8ad32a07b614a7f3cd797d089e58fc7 [681637abe8ad32a07b614a7f3cd797d089e58fc7] 12/22/07 16:53:38 Rémi Denis-Courmont <rem@videolan.org> Add an error message
(edit) @e59bea7b82ac4f79a169677d8d9aa753d3d3c10e [e59bea7b82ac4f79a169677d8d9aa753d3d3c10e] 12/22/07 16:50:53 Rémi Denis-Courmont <rem@videolan.org> Fix warnings
(edit) @3945813ee2bf2fd6fba00f25b03a0e05006825bc [3945813ee2bf2fd6fba00f25b03a0e05006825bc] 12/22/07 16:42:36 Rémi Denis-Courmont <rem@videolan.org> Corner case race condition in the waitpipe
(edit) @590701d6b366c7fd7cfa4defb7fd4e5f706a3a50 [590701d6b366c7fd7cfa4defb7fd4e5f706a3a50] 12/22/07 11:02:50 Rémi Denis-Courmont <rem@videolan.org> Remove net_Select. Simplify net_Read consequently.
(edit) @ed9144bac360c3c29d92fe8f6cb8195680fdeb52 [ed9144bac360c3c29d92fe8f6cb8195680fdeb52] 12/22/07 10:10:56 Rémi Denis-Courmont <rem@videolan.org> Revert [23768] and [23768]. Fix dead lock whenever reading from the …
(edit) @4c4ad240294546960d94560fffd40e2e0ae3ce0a [4c4ad240294546960d94560fffd40e2e0ae3ce0a] 12/21/07 19:56:54 Pierre d'Herbemont <pdherbemont@videolan.org> network/io.c: net_Select should return i_total on timeout.
(edit) @3c3259132706c07bf0046e922945974c0993f469 [3c3259132706c07bf0046e922945974c0993f469] 12/21/07 19:52:21 Pierre d'Herbemont <pdherbemont@videolan.org> modules/services_discovery/sap.c: Don't trust announcement down packet, …
(edit) @349460f266c35dc593a4a62604c7f569e356be96 [349460f266c35dc593a4a62604c7f569e356be96] 12/16/07 16:51:08 Rémi Denis-Courmont <rem@videolan.org> I hate WinsuckHHHock
(edit) @69d48f0fc8085ee53db9c9060b22ef7c461f9d47 [69d48f0fc8085ee53db9c9060b22ef7c461f9d47] 11/19/07 19:28:24 Rémi Denis-Courmont <rem@videolan.org> Comment on the EOF case - this does not change the semantic at all.
(edit) @4f2ae2af08a73d2cbdbd0443d42f13458d7d087a [4f2ae2af08a73d2cbdbd0443d42f13458d7d087a] 11/07/07 20:36:02 Antoine Cellerier <dionoea@videolan.org> Return the p_sys pointer in the httpd_{Handler,File}Delete functions (in …
(edit) @36da998fbebd55962d5cb587f3a66bdee064fdfc [36da998fbebd55962d5cb587f3a66bdee064fdfc] 10/02/07 17:03:08 Rémi Denis-Courmont <rem@videolan.org> We use error code 456
(edit) @c887fde77c277647250c783fcb921a15a708f844 [c887fde77c277647250c783fcb921a15a708f844] 10/01/07 20:11:03 Rémi Denis-Courmont <rem@videolan.org> Cleanup previous commit
(edit) @e8d03d1408b0cf0b7490a4889551a0531af5e2af [e8d03d1408b0cf0b7490a4889551a0531af5e2af] 10/01/07 20:04:10 Rémi Denis-Courmont <rem@videolan.org> Removed b_die arbitrary timer from httpd.
(edit) @d10cd7083a59fe3e2f1035f2601822bcf6f6d338 [d10cd7083a59fe3e2f1035f2601822bcf6f6d338] 10/01/07 02:33:08 Rafaël Carré <funman@videolan.org> That shouldn't have been part of the previous commit
(edit) @5aded14b68d48cc909622d9ddc739cd665b3b678 [5aded14b68d48cc909622d9ddc739cd665b3b678] 10/01/07 02:29:00 Rafaël Carré <funman@videolan.org> configure.ac: typo, fix #1204
(edit) @1c60a0f6915a28ed037e1c6c8df6eff20b83b27b [1c60a0f6915a28ed037e1c6c8df6eff20b83b27b] 09/26/07 20:47:34 Rémi Denis-Courmont <rem@videolan.org> Improve debug messages (tracking down some DCCP issues)
(edit) @29cd2f9042c6848aa7e4f6a3d4d78f38c53bbd7d [29cd2f9042c6848aa7e4f6a3d4d78f38c53bbd7d] 09/24/07 19:07:42 Rémi Denis-Courmont <rem@videolan.org> Fix up HTTP/RTSP version detection: - ignore HTTP/0.9 clients instead of …
(edit) @0377fc9c0a3c23ea15577870a892bed7e6f7219b [0377fc9c0a3c23ea15577870a892bed7e6f7219b] 09/24/07 18:24:02 Rémi Denis-Courmont <rem@videolan.org> Partial fix to response protocol version detection
(edit) @918624d0f5dfd831dfdb8cd19587ed7ce015a397 [918624d0f5dfd831dfdb8cd19587ed7ce015a397] 09/24/07 18:22:33 Rémi Denis-Courmont <rem@videolan.org> Ignore leading "white" characters in HTTP and RTSP requests
(edit) @8a0ab9f20b8fddb18f7b12bf2e710a09eefe8104 [8a0ab9f20b8fddb18f7b12bf2e710a09eefe8104] 09/24/07 17:50:14 Rémi Denis-Courmont <rem@videolan.org> Add HTTP 505 error
(edit) @f78b8f7987e33da6d5335c92c37480c96caaa7b1 [f78b8f7987e33da6d5335c92c37480c96caaa7b1] 09/22/07 15:44:32 Rémi Denis-Courmont <rem@videolan.org> Fix error message on failed TCP connection
(edit) @56aa5d3ff9edff798a38eb996493796bca008c50 [56aa5d3ff9edff798a38eb996493796bca008c50] 09/22/07 14:37:05 Rémi Denis-Courmont <rem@videolan.org> Fix TLS session cleanup
(edit) @bd807d2ac87015d6175664a7eec319a56b2bbeb3 [bd807d2ac87015d6175664a7eec319a56b2bbeb3] 09/22/07 13:49:33 Rémi Denis-Courmont <rem@videolan.org> Cleanup server name parameter handling
(edit) @42327f355519a02abd5dee795a6a79684cc9e5bb [42327f355519a02abd5dee795a6a79684cc9e5bb] 09/22/07 13:21:35 Rémi Denis-Courmont <rem@videolan.org> Rework/simplify the TLS plugin interface (LibVLC <-> tls plugin). Remove …
(edit) @d6de4f038ae4da5af6c45a5be7ee8ed07923553c [d6de4f038ae4da5af6c45a5be7ee8ed07923553c] 09/19/07 19:39:43 Rémi Denis-Courmont <rem@videolan.org> Fix DCCP support
(edit) @9bfa71e7f851051743ea3fb4711a6bc6cd989c7b [9bfa71e7f851051743ea3fb4711a6bc6cd989c7b] 09/19/07 18:14:58 Rémi Denis-Courmont <rem@videolan.org> Support for DCCP in net_Listen
(edit) @5971b09a934f6bded277cf354649b639a13ade89 [5971b09a934f6bded277cf354649b639a13ade89] 09/19/07 17:50:08 Rémi Denis-Courmont <rem@videolan.org> Fix previous commit
(edit) @e59554f4ccaf81f287bfe1e6ae6167eab71b2367 [e59554f4ccaf81f287bfe1e6ae6167eab71b2367] 09/19/07 17:49:16 Rémi Denis-Courmont <rem@videolan.org> Handle lack of listener in net_Accept
(edit) @c2b029553bf0cc7f55118460341e1206fe21c4b8