root/modules/access_output/http.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @42051dfb80a09dbf24fcd1f2e8101a35bf0b63af [42051dfb80a09dbf24fcd1f2e8101a35bf0b63af] 08/29/08 17:54:06 Rémi Denis-Courmont <rdenis@simphalempin.com> Implement ACCESS_OUT_CONTROLS_PACE as needed
(edit) @381f286d8a64daf75929f713f4d781feab9308d0 [381f286d8a64daf75929f713f4d781feab9308d0] 08/20/08 19:45:27 Rémi Duraffort <ivoire@videolan.org> Fix warnings.
(edit) @a5c83dda798f93cc7a76bbb50d89352117e6ec46 [a5c83dda798f93cc7a76bbb50d89352117e6ec46] 08/01/08 16:02:42 Rémi Duraffort <ivoire@videolan.org> Don't leak every https parameters.
(edit) @415ada5a217873f17211bb7b3d96ce45d6d67263 [415ada5a217873f17211bb7b3d96ce45d6d67263] 07/25/08 12:36:36 Rémi Duraffort <ivoire@videolan.org> Use pl_Release with the right argument.
(edit) @172e22c2f2b4abbdfee50d9fe8aaaede4b405c76 [172e22c2f2b4abbdfee50d9fe8aaaede4b405c76] 06/22/08 21:41:15 Rémi Duraffort <ivoire@videolan.org> Remove unneeded msg_Error. Fix a potential segfault.
(edit) @3561b9b28f58eb7a4183e158a8fd973800d31ceb [3561b9b28f58eb7a4183e158a8fd973800d31ceb] 05/31/08 21:10:30 Rémi Denis-Courmont <rdenis@simphalempin.com> Plugins: include vlc_common.h directly instead of vlc/vlc.h
(edit) @5e15258c9ef28558fe2abc941fc1527e02b04c21 [5e15258c9ef28558fe2abc941fc1527e02b04c21] 05/27/08 21:16:52 Rémi Denis-Courmont <rem@videolan.org> A lot of missing const in options lists
(edit) @13ae40b0efc4f1b1ce205d9a057537047fcab3f4 [13ae40b0efc4f1b1ce205d9a057537047fcab3f4] 05/21/08 19:19:25 Rémi Denis-Courmont <rem@videolan.org> Use gettext_noop() consistently
(edit) @27d483e9ef7a451397d7857251c8d67097661f1d [27d483e9ef7a451397d7857251c8d67097661f1d] 05/08/08 18:20:21 Rémi Denis-Courmont <rem@videolan.org> Include vlc_plugin.h as needed
(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) @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) @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) @806cf5165824be921bf2402ecf11fd3ee6501f9c [806cf5165824be921bf2402ecf11fd3ee6501f9c] 01/16/08 18:36:14 Rafaël Carré <funman@videolan.org> input options whitelisting, step 2 (refs #1371)
(edit) @6b822f38be4f5958b1e271324bc73f4a7a98b0bc [6b822f38be4f5958b1e271324bc73f4a7a98b0bc] 12/09/07 18:39:28 Rémi Denis-Courmont <rem@videolan.org> Use (s)size_t for pf_read and pf_write. This is very likely to break .*64 …
(edit) @db1a5bd201defe353f674cda2ae0866ad993e8df [db1a5bd201defe353f674cda2ae0866ad993e8df] 10/09/07 14:45:33 Rafaël Carré <funman@videolan.org> http output: fix bonjour advertising
(edit) @3429397272d130cf08139cd771c337c1085bc30f [3429397272d130cf08139cd771c337c1085bc30f] 09/30/07 18:31:02 Rémi Denis-Courmont <rem@videolan.org> Remove FREE() macro, since free() does the same internally
(edit) @e02432e597acb3511d14433ae3303ff4da3742f9 [e02432e597acb3511d14433ae3303ff4da3742f9] 08/22/07 22:19:23 Rafaël Carré <funman@videolan.org> Input access locking, part 3 (final). Enforce access to input_item_t …
(edit) @9e595c955f1aebae18435f0f5c740802ce347852 [9e595c955f1aebae18435f0f5c740802ce347852] 08/20/07 21:23:10 Rémi Denis-Courmont <rem@videolan.org> Remove stdio while we're at it. Finally rid of the strcasestr warning
(edit) @81c5ac29fa2e80426c1b1dfcc941a1aabe8bc808 [81c5ac29fa2e80426c1b1dfcc941a1aabe8bc808] 08/20/07 21:08:22 Rémi Denis-Courmont <rem@videolan.org> Remove stdlib.h
(edit) @37b0b026bbe92b1bda266e6f30ec37c7ceee767d [37b0b026bbe92b1bda266e6f30ec37c7ceee767d] 03/23/07 22:22:47 Christophe Mutricy <xtophe@videolan.org> Fix the strings.
(edit) @839ae28b9e026e5271f902d5c827b321adf8b339 [839ae28b9e026e5271f902d5c827b321adf8b339] 02/15/07 21:36:07 Rémi Denis-Courmont <rem@videolan.org> HTTP and UDP access outputs return byte count
(edit) @af518b8ae9cd02f3fdf61fbc4d4cfa08d73b7b07 [af518b8ae9cd02f3fdf61fbc4d4cfa08d73b7b07] 02/10/07 15:53:47 Rémi Denis-Courmont <rem@videolan.org> s/psz_name/psz_path/ for consistency
(edit) @97577c7bc51823c4c2447011a0d1a678bce39e7c [97577c7bc51823c4c2447011a0d1a678bce39e7c] 02/10/07 14:30:25 Rémi Denis-Courmont <rem@videolan.org> Fix warnings
(edit) @d3fe7f28797d4dba65ffcdd60bf932e758a48a9e [d3fe7f28797d4dba65ffcdd60bf932e758a48a9e] 11/26/06 15:20:34 Clément Stenac <zorglub@videolan.org> A bit of headers cleanup * Headers in include must contain the structures …
(edit) @9e17f766ce734c11243e2686af39209c0b5eaedb [9e17f766ce734c11243e2686af39209c0b5eaedb] 10/10/06 20:36:21 Felix Paul Kühne <fkuehne@videolan.org> * forward-port [17020]
(edit) @dc8b128a9f34d9eb75d3158566cbb95df8bae61b [dc8b128a9f34d9eb75d3158566cbb95df8bae61b] 10/10/06 00:37:29 Christophe Mutricy <xtophe@videolan.org> forward port [17012] and make update-po
(edit) @62fffadfea2834f7ff57a6ec1b15f8be35e68916 [62fffadfea2834f7ff57a6ec1b15f8be35e68916] 10/01/06 18:08:37 Antoine Cellerier <dionoea@videolan.org> Rename all sout_Cfg* stuff to config_Chain* (as it isn't really sout …
(edit) @415749bf918d5ca772e1f9ba9f1260d7ab115d3e [415749bf918d5ca772e1f9ba9f1260d7ab115d3e] 09/17/06 11:06:24 Clément Stenac <zorglub@videolan.org> Don't use find for the playlist
(edit) @2d824acd426d7f4c5169083ce9966b5ed4e15da3 [2d824acd426d7f4c5169083ce9966b5ed4e15da3] 08/03/06 17:34:08 Clément Stenac <zorglub@videolan.org> Fix duplicate definitions of FREE
(edit) @a8e743f786744cebd251aa15285bd63e458b2696 [a8e743f786744cebd251aa15285bd63e458b2696] 05/16/06 20:23:37 Derk-Jan Hartman <hartman@videolan.org> * don't fail http output if AVAHI support is enabled, but the avahi daemon …
(edit) @9835f07bb2cf049dc4ed2250a2bc35ae1a7f8f24 [9835f07bb2cf049dc4ed2250a2bc35ae1a7f8f24] 05/14/06 20:44:21 Clément Stenac <zorglub@videolan.org> Fix http access output with bonjour
(edit) @b275e4e44da2ee4c988aaf4d29934e937478d27e [b275e4e44da2ee4c988aaf4d29934e937478d27e] 04/23/06 16:00:23 Rémi Denis-Courmont <rem@videolan.org> Add missing white space
(edit) @7ab12b0b09286f94e23d566374671ec829ed54d0 [7ab12b0b09286f94e23d566374671ec829ed54d0] 04/23/06 15:59:33 Rémi Denis-Courmont <rem@videolan.org> Remove extra white space
(edit) @79f9f30aba459bede4709275b10336089161ead0 [79f9f30aba459bede4709275b10336089161ead0] 04/11/06 15:17:20 Clément Stenac <zorglub@videolan.org> More strings
(edit) @0af0de201ab931cd3b2a62845df58e0d7b8160f7 [0af0de201ab931cd3b2a62845df58e0d7b8160f7] 03/30/06 07:37:29 Clément Stenac <zorglub@videolan.org> Access strings (Refs:#438)
(edit) @5836161cd9ad386d77475cf45e139643ba8a0119 [5836161cd9ad386d77475cf45e139643ba8a0119] 01/29/06 10:11:11 Rémi Denis-Courmont <rem@videolan.org> use vlc-https instead of vlc-http when using TLS
(edit) @bb30cfeda43bac87ef683edb77e5f93d4c2b8024 [bb30cfeda43bac87ef683edb77e5f93d4c2b8024] 01/29/06 10:03:15 Rémi Denis-Courmont <rem@videolan.org> Fix output stream leak in case of Avahi error
(edit) @fcce68aff1b6360e94e87a6197b1b7f6e1813cc4 [fcce68aff1b6360e94e87a6197b1b7f6e1813cc4] 01/29/06 10:00:31 Rémi Denis-Courmont <rem@videolan.org> Clean up
(edit) @3814df3b05159f91a38b1ed240fb623efaa2c917 [3814df3b05159f91a38b1ed240fb623efaa2c917] 01/23/06 16:35:02 Christophe Mutricy <xtophe@videolan.org> http.c: add an option to disable bonjour (closes #509). Please review and …
(edit) @2cb472dba008f7d877ffe6bae9c5575253365282 [2cb472dba008f7d877ffe6bae9c5575253365282] 01/13/06 00:10:04 Antoine Cellerier <dionoea@videolan.org> FSF address change.
(edit) @a0d5817970dc86f78140de2759385597029bea2d [a0d5817970dc86f78140de2759385597029bea2d] 09/09/05 04:42:40 Jon Lech Johansen <jlj@videolan.org> * Bonjour services discovery module using avahi.
(edit) @e6a2e27bbb326744bbcfe0e464c32068dc41cbb4 [e6a2e27bbb326744bbcfe0e464c32068dc41cbb4] 07/12/05 18:00:43 Rémi Denis-Courmont <rem@videolan.org> Better ACL API (full rewrite)
(edit) @fe087a38282e93addb25fa9598393e40ea233b09 [fe087a38282e93addb25fa9598393e40ea233b09] 07/09/05 08:17:09 Rémi Denis-Courmont <rem@videolan.org> Make Zorglub less unhappy
(edit) @85b29bdc288a1573d43bd524908be5748a9b3640 [85b29bdc288a1573d43bd524908be5748a9b3640] 07/08/05 20:12:44 Rémi Denis-Courmont <rem@videolan.org> Copyright fixes (da big courmischage)
(edit) @5f9a5f7ccf3c9e630d4f098ab9aa90dff0dc56d2 [5f9a5f7ccf3c9e630d4f098ab9aa90dff0dc56d2] 06/17/05 14:43:46 Christophe Massiot <massiot@videolan.org> * modules/control/http.c: Added support for .hosts files detailing hosts …
(edit) @f59392ef8d88190f0ad891222c405741147ad499 [f59392ef8d88190f0ad891222c405741147ad499] 05/22/05 17:03:47 Rémi Denis-Courmont <rem@videolan.org> Support for re-using the same TLS/SSL httpd hosts for multiple stream …
(edit) @906b68fe0317ff981addd5e9bfe4a5fc5efde6c3 [906b68fe0317ff981addd5e9bfe4a5fc5efde6c3] 12/16/04 17:35:12 Clément Stenac <zorglub@videolan.org> Fix a bug with preferences Added some more names Use shortname to store …
(edit) @a90a19a6b0468ea9fedadc27cfc1118d70295263 [a90a19a6b0468ea9fedadc27cfc1118d70295263] 12/11/04 15:45:46 Clément Stenac <zorglub@videolan.org> Improvements to preferences * Each module can declare a "human-readable …
(edit) @baf42c666bd22f0c8d626ff9d3b9c0ac0bdffeb2 [baf42c666bd22f0c8d626ff9d3b9c0ac0bdffeb2] 11/16/04 00:46:07 Benjamin Pracht <bigben@videolan.org> don't forget to add options to *ppsz_sout_options[] (so that ca, crt, …
(edit) @38b5e7cd2d56cd54dd595e574a88d8a834c09320 [38b5e7cd2d56cd54dd595e574a88d8a834c09320] 11/13/04 13:19:06 Clément Stenac <zorglub@videolan.org> Merge string fixes
(edit) @5aa8d01f4893a235c45968c54ab122941abcb8ec [5aa8d01f4893a235c45968c54ab122941abcb8ec] 11/06/04 17:26:40 Rémi Denis-Courmont <rem@videolan.org> HTTP/SSL stream output
(edit) @32f808e2b53be404078de7e50c64655c94f4240c [32f808e2b53be404078de7e50c64655c94f4240c] 07/10/04 19:22:35 Laurent Aimar <fenrir@videolan.org> * all: sout_ParseCfg -> sout_CfgParse.
(edit) @e3ae397810727ed58dc03df54170e0f6cb51af84 [e3ae397810727ed58dc03df54170e0f6cb51af84] 07/08/04 01:26:35 Laurent Aimar <fenrir@videolan.org> * http: added a mime option.
(edit) @4b9f4ff644a2bec2461a882fb4e064195cf19b2d [4b9f4ff644a2bec2461a882fb4e064195cf19b2d] 04/27/04 18:35:15 Sam Hocevar <sam@videolan.org> * Massive spelling corrections.
(edit) @146b568bba0b4ca20f6ecd0b98ce73263fe55a02 [146b568bba0b4ca20f6ecd0b98ce73263fe55a02] 04/25/04 10:45:28 Clément Stenac <zorglub@videolan.org> Add option descriptions
(edit) @3c0c2a2a6f73ef0c806a1713e9b04dd5f2361656 [3c0c2a2a6f73ef0c806a1713e9b04dd5f2361656] 04/24/04 02:47:04 Laurent Aimar <fenrir@videolan.org> * all: use sout_ParseCfg. (udp-sout-caching has been renamed …
(edit) @298f0e468edf5cbbf05d852bb58c7ef762a6a571 [298f0e468edf5cbbf05d852bb58c7ef762a6a571] 03/11/04 18:35:28 Laurent Aimar <fenrir@videolan.org> * access_output: sout_buffer_t -> block_t.
(edit) @4c29602d3802b5d72143b5093036a4e347b8c96a [4c29602d3802b5d72143b5093036a4e347b8c96a] 03/09/04 21:46:43 Gildas Bazin <gbazin@videolan.org> * include/vlc_common.h: free tab if empty in TAB_REMOVE(). * …
(edit) @53ccc56f2a77f345abcad4a2a987c2922e621d49 [53ccc56f2a77f345abcad4a2a987c2922e621d49] 03/06/04 17:37:54 Laurent Aimar <fenrir@videolan.org> * http, udp: update p_sout->i_out_pace_nocontrol.
(edit) @e30a3efa66e3663ad97e96f6499e1e0829020a6a [e30a3efa66e3663ad97e96f6499e1e0829020a6a] 03/03/04 14:25:53 Laurent Aimar <fenrir@videolan.org> * http: ported to new httpd.
(edit) @9f3bc4291301d37358d8d9b2525409c734800211 [9f3bc4291301d37358d8d9b2525409c734800211] 02/03/04 21:12:53 Laurent Aimar <fenrir@videolan.org> * http: Err -> Warn for Seek.
(edit) @82a67660c9c7fbc9a1ea78b7929e34af26ebca01 [82a67660c9c7fbc9a1ea78b7929e34af26ebca01] 01/25/04 18:20:19 Felix Paul Kühne <fkuehne@videolan.org> string review by Christophe Mutricy aka xtophe
(edit) @e99c3250486ffa848b07e5ae7a2b4dd734c2e0ef [e99c3250486ffa848b07e5ae7a2b4dd734c2e0ef] 01/15/04 23:58:12 Gildas Bazin <gbazin@videolan.org> * modules/access_output/http.c: fixed small mem leak and mem corruption.
(edit) @5b4900edd0909de1919f9b45881385e1c27d9133 [5b4900edd0909de1919f9b45881385e1c27d9133] 12/06/03 23:50:08 Jean-Paul Saman <jpsaman@videolan.org> Fixed compiler waring about signed - unsigned comparision. It is always …
(edit) @fb88af7f472fb40469b400f924e4de577403be07 [fb88af7f472fb40469b400f924e4de577403be07] 08/25/03 03:33:25 Laurent Aimar <fenrir@videolan.org> * http: added alias "mmsh" to output as mmsh (work only with asfh). Only …
(edit) @86cc8c056195163344a8d2fab9e3f890166c4bcf [86cc8c056195163344a8d2fab9e3f890166c4bcf] 08/24/03 18:24:52 Laurent Aimar <fenrir@videolan.org> * http: added wma/wmv mime type.
(edit) @aba56b6b8399dd4b582bdab334a28cd7ea8f60de [aba56b6b8399dd4b582bdab334a28cd7ea8f60de] 08/03/03 18:36:20 Benjamin Pracht <bigben@videolan.org> * modules/access_out/http.c : using ability to give parametters to a …
(edit) @bb3720f469dc0acab9f297b98fa2904622fa8189 [bb3720f469dc0acab9f297b98fa2904622fa8189] 07/31/03 21:10:14 Benjamin Pracht <bigben@videolan.org> * modules/access_out/http.c - httpd.c has support for Basic …
(edit) @0474a40f38dd916f530a18e5b50e73e6ce3ff11c [0474a40f38dd916f530a18e5b50e73e6ce3ff11c] 03/06/03 12:15:55 Laurent Aimar <fenrir@videolan.org> * http: lalala, forgot one line :)
(edit) @626d8bea9aeafbef8933bf7ea1cf64b9078a3fea [626d8bea9aeafbef8933bf7ea1cf64b9078a3fea] 02/25/03 18:17:43 Laurent Aimar <fenrir@videolan.org> * stream_output.* : added a flags variable to sout_buffer_t, allowing …
(edit) @84aaa859bccb42e1f0967ff8d3486ad6473a2ac0 [84aaa859bccb42e1f0967ff8d3486ad6473a2ac0] 02/23/03 20:05:22 Laurent Aimar <fenrir@videolan.org> * modules/access_output/http : http output. * httpd : mini http server …
Note: See TracRevisionLog for help on using the revision log.