]> git.sesse.net Git - vlc/log
vlc
16 years agolibvlc_playlist functions binded
Filippo Carone [Sat, 8 Mar 2008 11:31:16 +0000 (12:31 +0100)]
libvlc_playlist functions binded

16 years agoJNA jvlc initial implementation
Filippo Carone [Sat, 8 Mar 2008 10:59:06 +0000 (11:59 +0100)]
JNA jvlc initial implementation

16 years agoKill a warning with an explicit cast for windows.
Jean-Baptiste Kempf [Sat, 8 Mar 2008 10:34:42 +0000 (02:34 -0800)]
Kill a warning with an explicit cast for windows.

16 years agoDon't reinvent max/min for the nth time.
Jean-Baptiste Kempf [Sat, 8 Mar 2008 10:20:00 +0000 (02:20 -0800)]
Don't reinvent max/min for the nth time.

16 years agoKill a warning.
Jean-Baptiste Kempf [Sat, 8 Mar 2008 10:03:43 +0000 (02:03 -0800)]
Kill a warning.

16 years agoInclude vlc_network.h in misc/messages for win32 for 'WSAGetLastError' and 'net_strer...
Jean-Baptiste Kempf [Sat, 8 Mar 2008 09:45:24 +0000 (01:45 -0800)]
Include vlc_network.h in misc/messages for win32 for 'WSAGetLastError' and 'net_strerror'. If this is very wrong, please revert.

16 years agoRemove unused parameter warning for Windows CE/32
Jean-Baptiste Kempf [Sat, 8 Mar 2008 09:39:51 +0000 (01:39 -0800)]
Remove unused parameter warning for Windows CE/32

16 years agoGetLastError throws a DWORD, IIRC, not a char*
Jean-Baptiste Kempf [Sat, 8 Mar 2008 09:39:01 +0000 (01:39 -0800)]
GetLastError throws a DWORD, IIRC, not a char*

16 years agoRemove unused parameter warnings for Win32 compiling.
Jean-Baptiste Kempf [Sat, 8 Mar 2008 01:50:02 +0000 (17:50 -0800)]
Remove unused parameter warnings for Win32 compiling.

16 years agoUse only the good cipher on other OSes than windows.
Jean-Baptiste Kempf [Sat, 8 Mar 2008 08:37:46 +0000 (09:37 +0100)]
Use only the good cipher on other OSes than windows.
Windows libgcrypt.a went from over 470KB to 317KB...

16 years agoUpstream new snapshot has fixed it.
Jean-Baptiste Kempf [Sat, 8 Mar 2008 08:34:16 +0000 (09:34 +0100)]
Upstream new snapshot has fixed it.

Revert "Fix some issue on Compiling portaudio for Windows."

This reverts commit 12be1dfdd5a41e14e485751835a32ee81ba967a9.

16 years agoRemove more libgcrypt cipher/
Jean-Baptiste Kempf [Sat, 8 Mar 2008 08:31:20 +0000 (09:31 +0100)]
Remove more libgcrypt cipher/

16 years agoFix some issue on Compiling portaudio for Windows.
Jean-Baptiste Kempf [Fri, 7 Mar 2008 04:47:20 +0000 (05:47 +0100)]
Fix some issue on Compiling portaudio for Windows.
How come noone noticed that one before ?

16 years agoDisable some ciphers in libgcrypt. 20% size reduction on gcrypt for windows. This...
Jean-Baptiste Kempf [Fri, 7 Mar 2008 22:49:47 +0000 (14:49 -0800)]
Disable some ciphers in libgcrypt. 20% size reduction on gcrypt for windows. This can still be improved I think. Not done for mac

16 years agoRemove functionnalities from libxml to reduce size.
Jean-Baptiste Kempf [Fri, 7 Mar 2008 22:06:21 +0000 (14:06 -0800)]
Remove functionnalities from libxml to reduce size.

16 years agoQt4 - track destroying of VLM dialog because vlm object is NOT destroyed on exit.
Jean-Baptiste Kempf [Fri, 7 Mar 2008 01:21:46 +0000 (17:21 -0800)]
Qt4 - track destroying of VLM dialog because vlm object is NOT destroyed on exit.

16 years agocode refactoring
Ilkka Ollakka [Fri, 7 Mar 2008 13:36:11 +0000 (15:36 +0200)]
code refactoring

16 years agoDistribute libvlc-control.pc.in
Christophe Mutricy [Fri, 7 Mar 2008 19:07:23 +0000 (19:07 +0000)]
Distribute libvlc-control.pc.in

16 years agoUpdate gettext to 0.17
Christophe Mutricy [Fri, 7 Mar 2008 18:29:18 +0000 (18:29 +0000)]
Update gettext to 0.17

16 years agoFix make dist
Christophe Mutricy [Fri, 7 Mar 2008 16:10:38 +0000 (16:10 +0000)]
Fix make dist

16 years agoUpdate gettext
Rémi Denis-Courmont [Fri, 7 Mar 2008 13:32:46 +0000 (15:32 +0200)]
Update gettext

16 years agoRevert "We don't want to use autopoint, since we use external gettext anyway"
Rémi Denis-Courmont [Fri, 7 Mar 2008 13:23:29 +0000 (15:23 +0200)]
Revert "We don't want to use autopoint, since we use external gettext anyway"

Autopoint is required regardless of libintl inclusion.
Fix bootstrap failure on clean tree.

This reverts commit aae26a9890a9daf24bdfa1be411bfb95e55917fe.

16 years agoWe don't want to use autopoint, since we use external gettext anyway
Rafaël Carré [Fri, 7 Mar 2008 13:02:04 +0000 (14:02 +0100)]
We don't want to use autopoint, since we use external gettext anyway

16 years agoRemove useless addclabacks() in PLModel::PLModel()
Rémi Duraffort [Fri, 7 Mar 2008 11:44:24 +0000 (12:44 +0100)]
Remove useless addclabacks() in PLModel::PLModel()

16 years agoWarning fix (my fault)
Rémi Duraffort [Fri, 7 Mar 2008 10:58:41 +0000 (11:58 +0100)]
Warning fix (my fault)

16 years agoCompile fix for packaged ffmpeg on debian etch.
Rémi Duraffort [Fri, 7 Mar 2008 09:48:09 +0000 (10:48 +0100)]
Compile fix for packaged ffmpeg on debian etch.
Signed-off-by: Rémi Duraffort <ivoire@via.ecp.fr>
16 years agoloader doesn't use libdl (and libdl doesn't exist on FreeBSD)
Rafaël Carré [Fri, 7 Mar 2008 01:38:28 +0000 (02:38 +0100)]
loader doesn't use libdl (and libdl doesn't exist on FreeBSD)

16 years agosvn -> git in OSX package
Rafaël Carré [Thu, 6 Mar 2008 23:35:14 +0000 (00:35 +0100)]
svn -> git in OSX package
Update the copyright date

16 years agoWe're not using subversion anymore
Rafaël Carré [Thu, 6 Mar 2008 23:32:33 +0000 (00:32 +0100)]
We're not using subversion anymore

16 years agoFix youtube lua (BASE_YT_URL had not been converted to new format)
Rafaël Carré [Thu, 6 Mar 2008 23:29:08 +0000 (00:29 +0100)]
Fix youtube lua (BASE_YT_URL had not been converted to new format)

16 years agoAdded import of configuration file support
Jean-François Massol [Thu, 6 Mar 2008 20:26:08 +0000 (21:26 +0100)]
Added import of configuration file support

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
16 years agoaccess violation fixed, config_GetPsz from p_intf instead of p_aout which is null
André Weber [Thu, 6 Mar 2008 22:28:07 +0000 (23:28 +0100)]
access violation fixed, config_GetPsz from p_intf instead of p_aout which is null

16 years agoScripts should be set executable
Rafaël Carré [Thu, 6 Mar 2008 22:11:31 +0000 (23:11 +0100)]
Scripts should be set executable

16 years agoMake ./compile script return the make return code, storing the value in a temporary...
Rafaël Carré [Wed, 5 Mar 2008 21:34:00 +0000 (22:34 +0100)]
Make ./compile script return the make return code, storing the value in a temporary hidden file (using the shell PID to guarantee uniqueness)

16 years agoLink RTMP access against the socket library if needed
Rémi Denis-Courmont [Thu, 6 Mar 2008 18:06:01 +0000 (20:06 +0200)]
Link RTMP access against the socket library if needed

16 years agoMake clear of what compilation is supported and which one is not for Windows.
Jean-Baptiste Kempf [Thu, 6 Mar 2008 06:55:09 +0000 (22:55 -0800)]
Make clear of what compilation is supported and which one is not for Windows.

16 years agoForce --enable-x264 in the script...
Jean-Baptiste Kempf [Thu, 6 Mar 2008 06:48:22 +0000 (22:48 -0800)]
Force --enable-x264 in the script...

16 years agoTry to document an official configure for the windows builds.
Jean-Baptiste Kempf [Thu, 6 Mar 2008 06:40:03 +0000 (22:40 -0800)]
Try to document an official configure for the windows builds.

16 years agoModules List update
Jean-Baptiste Kempf [Thu, 6 Mar 2008 06:24:08 +0000 (22:24 -0800)]
Modules List update

16 years ago* modules/video_output/x11/*: manually paint the xv colour key if XV_AUTOPAINT_COLORK...
Gildas Bazin [Mon, 3 Mar 2008 20:58:17 +0000 (20:58 +0000)]
* modules/video_output/x11/*: manually paint the xv colour key if XV_AUTOPAINT_COLORKEY isn't supported.

16 years agoRemove --enable-rtmp.
Rémi Denis-Courmont [Wed, 5 Mar 2008 19:59:27 +0000 (21:59 +0200)]
Remove --enable-rtmp.

We have enough --enable-foobar already.
RTMP does not have any dependency and is not huge.

16 years agoFix BGR <-> RGB endianess problem with PNG's loading/converting/copying on big-endian...
Jean-Paul Saman [Wed, 5 Mar 2008 15:00:54 +0000 (16:00 +0100)]
Fix BGR <-> RGB endianess problem with PNG's loading/converting/copying on big-endian machines.

16 years agoRTMP access patch from Miguel Angel Cabrera <macabrera@solaiemes.com>.
Ilkka Ollakka [Wed, 5 Mar 2008 07:35:52 +0000 (09:35 +0200)]
RTMP access patch from Miguel Angel Cabrera <macabrera@solaiemes.com>.
It came in before git-stuff, so applying it this way is my slowness.

16 years agoRevert 2 parts of 9d349e1ce5812e1d6e7a754368d240d00efe03e2 which caused regressions
Rafaël Carré [Wed, 5 Mar 2008 11:24:08 +0000 (12:24 +0100)]
Revert 2 parts of 9d349e1ce5812e1d6e7a754368d240d00efe03e2 which caused regressions

16 years agoUpdate THANKS
Jean-Paul Saman [Wed, 5 Mar 2008 07:41:20 +0000 (08:41 +0100)]
Update THANKS

16 years agoPatch by Koehler, Vitally <vkoehler AT telekom de>: This modification solves the...
Jean-Paul Saman [Wed, 5 Mar 2008 07:27:05 +0000 (08:27 +0100)]
Patch by Koehler, Vitally <vkoehler AT telekom de>: This modification solves the problem of audio packet losses by the playback of MPEG2 transport stream.

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
16 years agoSpeex update
Jean-Baptiste Kempf [Wed, 5 Mar 2008 05:10:47 +0000 (06:10 +0100)]
Speex update

16 years agoContribs: update dirac and libpng
Jean-Baptiste Kempf [Wed, 5 Mar 2008 05:06:52 +0000 (06:06 +0100)]
Contribs: update dirac and libpng

16 years agomacosx/VLCKit: Load VLCLibrary when VLCKit is loaded. No longer need atexit( .....
Faustino Osuna [Tue, 4 Mar 2008 22:41:30 +0000 (22:41 +0000)]
macosx/VLCKit: Load VLCLibrary when VLCKit is loaded.  No longer need atexit( ... ) to unload library, use __attribute__((destructor))__ instead.  Also make sure we don't autorelease the VLCLibrary (as the library's destructor will take care of that for us).

16 years agoIgnore Xcode project files.
Faustino Osuna [Tue, 4 Mar 2008 22:38:58 +0000 (22:38 +0000)]
Ignore Xcode project files.

16 years agoDocument that we now require :// between access and url
Christophe Mutricy [Tue, 4 Mar 2008 21:38:26 +0000 (21:38 +0000)]
Document that we now require :// between access and url

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
16 years agoMore cases were p_md was not checked in Mozilla toolbar code.
Jean-Paul Saman [Tue, 4 Mar 2008 21:09:21 +0000 (22:09 +0100)]
More cases were p_md was not checked in Mozilla toolbar code.

16 years agoUpdate THANKS
Jean-Paul Saman [Tue, 4 Mar 2008 21:04:59 +0000 (22:04 +0100)]
Update THANKS

16 years ago[PATCH] by Anthony Loiseau <anthony.loiseau at gmail dot com>: Avoid browser crashing...
Jean-Paul Saman [Tue, 4 Mar 2008 21:03:03 +0000 (22:03 +0100)]
[PATCH] by Anthony Loiseau <anthony.loiseau at gmail dot com>: Avoid browser crashing on mozilla-plugin when jumping into the media using the time-slider and no movie is loaded.

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
16 years agofile: Be consistent with the rest of the world. Do not expand tilde.
Rémi Denis-Courmont [Tue, 4 Mar 2008 20:29:27 +0000 (22:29 +0200)]
file: Be consistent with the rest of the world. Do not expand tilde.

The shell already does it, and \~ should not be expanded by VLC.
Also fixes consistency with the other file-opening plugins
(directory, mmap, cdda...).

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoaccess2_New code factorizaton
Rémi Denis-Courmont [Tue, 4 Mar 2008 20:21:32 +0000 (22:21 +0200)]
access2_New code factorizaton

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoaccess2_New really does not need to know about preparsing.
Rémi Denis-Courmont [Tue, 4 Mar 2008 20:16:47 +0000 (22:16 +0200)]
access2_New really does not need to know about preparsing.

The input already does the job.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoRemove useless NULLity checks
Rémi Denis-Courmont [Tue, 4 Mar 2008 20:10:54 +0000 (22:10 +0200)]
Remove useless NULLity checks

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoPreparsing only works with file:// - only try files.
Rémi Denis-Courmont [Tue, 4 Mar 2008 20:10:06 +0000 (22:10 +0200)]
Preparsing only works with file:// - only try files.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoRemove access2 non splitted fallback. "://" cannot occur in a file path
Rémi Denis-Courmont [Tue, 4 Mar 2008 19:55:53 +0000 (21:55 +0200)]
Remove access2 non splitted fallback. "://" cannot occur in a file path
(see MRLSplit), so this has become useless, if not inconsistent.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoRemove misleading dummy "Interrupted system call" error from net_Read
Rémi Denis-Courmont [Tue, 4 Mar 2008 19:01:08 +0000 (21:01 +0200)]
Remove misleading dummy "Interrupted system call" error from net_Read

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoRemove the Rating column from the inteface because with don't save any information...
Rémi Duraffort [Tue, 4 Mar 2008 18:57:15 +0000 (19:57 +0100)]
Remove the Rating column from the inteface because with don't save any information about Rating.

16 years agoAvoid dummy "unknown option dccp-service" error
Rémi Denis-Courmont [Tue, 4 Mar 2008 18:56:33 +0000 (20:56 +0200)]
Avoid dummy "unknown option dccp-service" error

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoFix port release logic in case there are multiple channels.
Rémi Denis-Courmont [Tue, 4 Mar 2008 18:29:56 +0000 (20:29 +0200)]
Fix port release logic in case there are multiple channels.

Note however that releasing the "other" ports is still broken.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoFix an issu when sorting with the track number : the track numbers were in alphabetic...
Rémi Duraffort [Tue, 4 Mar 2008 18:22:16 +0000 (19:22 +0100)]
Fix an issu when sorting with the track number : the track numbers were in alphabetical order rather than a numeric one.

16 years agoLast patch to close #1479 (add a column with the track id)
Rémi Duraffort [Tue, 4 Mar 2008 18:16:24 +0000 (19:16 +0100)]
Last patch to close #1479 (add a column with the track id)

16 years agoRemove the 1234 default UDP port hack
Rémi Denis-Courmont [Tue, 4 Mar 2008 18:18:09 +0000 (20:18 +0200)]
Remove the 1234 default UDP port hack

None of the three net_ConnectDgram call paths use this hack anymore.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoAdd const qualifier
Rémi Denis-Courmont [Tue, 4 Mar 2008 18:17:57 +0000 (20:17 +0200)]
Add const qualifier

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agortpfmt.c: fix file description
Rémi Denis-Courmont [Tue, 4 Mar 2008 18:16:56 +0000 (20:16 +0200)]
rtpfmt.c: fix file description

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoUse ephemeral default ports for RTP, instead of clashing with raw UDP.
Rémi Denis-Courmont [Tue, 4 Mar 2008 18:10:18 +0000 (20:10 +0200)]
Use ephemeral default ports for RTP, instead of clashing with raw UDP.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agofix #1404 (asf demuxer)
Rafaël Carré [Tue, 4 Mar 2008 16:23:03 +0000 (17:23 +0100)]
fix #1404 (asf demuxer)
in some files, we don't have to skip the last padding bytes

16 years agoFix vlc.exe building (using the right path to the .ico file)
Rafaël Carré [Tue, 4 Mar 2008 16:15:10 +0000 (17:15 +0100)]
Fix vlc.exe building (using the right path to the .ico file)

16 years agoClean qt4 windows "source" package (transition from gzip to bzip2)
Rafaël Carré [Tue, 4 Mar 2008 15:36:43 +0000 (16:36 +0100)]
Clean qt4 windows "source" package (transition from gzip to bzip2)

16 years agoUse --arch=i686 when building ffmpeg for windows
Rafaël Carré [Tue, 4 Mar 2008 15:13:16 +0000 (16:13 +0100)]
Use --arch=i686 when building ffmpeg for windows
Fix cross compilation from 64bits host

16 years agoCheck malloc return values and small cleanup.
Jean-Paul Saman [Sun, 2 Mar 2008 18:12:56 +0000 (19:12 +0100)]
Check malloc return values and small cleanup.

16 years agopython bindings: do not link with unecessary libs (spotted by courmisch)
Olivier Aubert [Tue, 4 Mar 2008 12:48:30 +0000 (13:48 +0100)]
python bindings: do not link with unecessary libs (spotted by courmisch)

16 years agoFix a little bug in the playlist sorting.
Rémi Duraffort [Tue, 4 Mar 2008 11:32:05 +0000 (12:32 +0100)]
Fix a little bug in the playlist sorting.

16 years agopython bindings: provide useful defaults for linking when compiling out-of-tree
Olivier Aubert [Tue, 4 Mar 2008 10:10:48 +0000 (11:10 +0100)]
python bindings: provide useful defaults for linking when compiling out-of-tree

This allows to compile the bindings from a properly installed VLC (includes and libs in standard locations), as for instance with the libvlc1-dev debian package.

16 years agoUse the correct meta data to sort the playlist.
Rémi Duraffort [Tue, 4 Mar 2008 00:45:24 +0000 (01:45 +0100)]
Use the correct meta data to sort the playlist.
The sorting is still strange (wrong ?) but the sort is done on the right meta data.

16 years agoWe're on git now, so show Git commit instead of svn revision.
Pavlov Konstantin [Tue, 4 Mar 2008 00:37:44 +0000 (03:37 +0300)]
We're on git now, so show Git commit instead of svn revision.

16 years agotoolbox: check for other files instead of missing ones.
Pavlov Konstantin [Mon, 3 Mar 2008 22:41:27 +0000 (01:41 +0300)]
toolbox: check for other files instead of missing ones.

16 years agomisc/objects.c:
Pierre d'Herbemont [Mon, 3 Mar 2008 21:29:21 +0000 (22:29 +0100)]
misc/objects.c:
* Fix a rare race condition that may happen because the refcount was changed outside of the structure lock.
* assert(refcount>0) in some key function to help to track freed object easily.
* Use vlc_object_yield_locked() instead of refcount++.

16 years agocmake: Fix tests.
Pierre d'Herbemont [Mon, 3 Mar 2008 21:25:32 +0000 (22:25 +0100)]
cmake: Fix tests.

16 years agoRemove the unneeded vlc_object_destroy logger hack, and fix wrapping.
Rémi Denis-Courmont [Mon, 3 Mar 2008 20:37:29 +0000 (22:37 +0200)]
Remove the unneeded vlc_object_destroy logger hack, and fix wrapping.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoEnable the last parameter of the macros change_integer_list, change_string_list to...
André Weber [Mon, 3 Mar 2008 18:57:43 +0000 (19:57 +0100)]
Enable the last parameter of the macros change_integer_list, change_string_list to supply a method to initialize update dynamic selectionlists inside the settings GUI allready on showing the gui. (f.e. the audio device list)

16 years agoUse (void) instead of VLC_UNUSED (with pierre agreement)
Rémi Duraffort [Mon, 3 Mar 2008 18:05:24 +0000 (19:05 +0100)]
Use (void) instead of VLC_UNUSED (with pierre agreement)

16 years agoRevert "Include vlc_common.h to get VLC_UNUSED()"
Rémi Duraffort [Mon, 3 Mar 2008 17:54:54 +0000 (18:54 +0100)]
Revert "Include vlc_common.h to get VLC_UNUSED()"

This reverts commit 805980f9540538da4ca6f1f6d8fcf9a19f34375f.

16 years agoFix a bunch of format string injection in the Real RTSP access
Rémi Denis-Courmont [Mon, 3 Mar 2008 17:58:50 +0000 (19:58 +0200)]
Fix a bunch of format string injection in the Real RTSP access

...or why is asprintf() not the same as strdup().

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoDetect division by zero before it happens
Rémi Denis-Courmont [Mon, 3 Mar 2008 17:51:52 +0000 (19:51 +0200)]
Detect division by zero before it happens

Pointed-out-by: Drew Yao
Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoUse calloc() instead of malloc() - fixes integer overflow...
Rémi Denis-Courmont [Mon, 3 Mar 2008 17:27:39 +0000 (19:27 +0200)]
Use calloc() instead of malloc() - fixes integer overflow...
...assuming you have non-buggy calloc() implementation.

Pointed-out-by: Drew Yao
Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoInclude vlc_common.h to get VLC_UNUSED()
Pierre d'Herbemont [Mon, 3 Mar 2008 17:14:01 +0000 (18:14 +0100)]
Include vlc_common.h to get VLC_UNUSED()

16 years agoRemove the old port 80 hack in the network subsystem
Rémi Denis-Courmont [Mon, 3 Mar 2008 17:06:48 +0000 (19:06 +0200)]
Remove the old port 80 hack in the network subsystem

The only paths that still appears not to set a default remote port are
the dccp/rtp and tcp/rtp accesses. And it makes no sense for these to
default to HTTP port 80 anyway.

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agonetwork/rootwrap.c: Unused args fix.
Pierre d'Herbemont [Mon, 3 Mar 2008 16:58:50 +0000 (17:58 +0100)]
network/rootwrap.c: Unused args fix.

16 years agoUse 443 rather than 80 as the implicit Host: port when using TLS
Rémi Denis-Courmont [Mon, 3 Mar 2008 16:49:08 +0000 (18:49 +0200)]
Use 443 rather than 80 as the implicit Host: port when using TLS

Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
16 years agoMake sure there is a new-line at the end of the .gitignore files.
Faustino Osuna [Mon, 3 Mar 2008 16:10:46 +0000 (16:10 +0000)]
Make sure there is a new-line at the end of the .gitignore files.

16 years agoRevert "Don't test for buggy libintl when NLS is disabled"
Rémi Denis-Courmont [Mon, 3 Mar 2008 15:53:12 +0000 (17:53 +0200)]
Revert "Don't test for buggy libintl when NLS is disabled"

strerror_r() will still crash as setlocale() is used regardless of
ENABLE_NLS.

This reverts commit 61d0ac25f124103bcdf609d16e5d489bfaa54e0f.

16 years agoAnother check for malloc.
Rémi Duraffort [Mon, 3 Mar 2008 14:14:18 +0000 (15:14 +0100)]
Another check for malloc.

16 years agoCheck only one time the return value of malloc.
Rémi Duraffort [Mon, 3 Mar 2008 13:55:52 +0000 (14:55 +0100)]
Check only one time the return value of malloc.

16 years agoCheck the return value of malloc.
Rémi Duraffort [Mon, 3 Mar 2008 12:25:05 +0000 (13:25 +0100)]
Check the return value of malloc.

16 years agoCheck the return value of malloc.
Rémi Duraffort [Mon, 3 Mar 2008 11:24:11 +0000 (12:24 +0100)]
Check the return value of malloc.