]> git.sesse.net Git - vlc/log
vlc
18 years agoHopefully "The Right Fix" patch for M3U parsing, by Daniel Straenger.
Clément Stenac [Thu, 15 Sep 2005 06:17:33 +0000 (06:17 +0000)]
Hopefully "The Right Fix" patch for M3U parsing, by Daniel Straenger.

18 years agoImprove random behaviour - Patch by Daniel Straenger. Thanks !
Clément Stenac [Thu, 15 Sep 2005 06:11:07 +0000 (06:11 +0000)]
Improve random behaviour - Patch by Daniel Straenger. Thanks !

18 years ago* Fix yet another playlist corner case
Derk-Jan Hartman [Thu, 15 Sep 2005 00:02:31 +0000 (00:02 +0000)]
* Fix yet another playlist corner case

18 years ago * mudules/misc/network/ipv4.c: Expand output buffer size as well to avoid
Christophe Massiot [Wed, 14 Sep 2005 17:24:32 +0000 (17:24 +0000)]
 * mudules/misc/network/ipv4.c: Expand output buffer size as well to avoid
   send() delays.

18 years ago * modules/access_output/udp.c: Check send() return value.
Christophe Massiot [Wed, 14 Sep 2005 17:22:48 +0000 (17:22 +0000)]
 * modules/access_output/udp.c: Check send() return value.

18 years ago* Better fix for [12521]. Previous fix resulted in the playlist forgetting it's posit...
Derk-Jan Hartman [Wed, 14 Sep 2005 15:04:37 +0000 (15:04 +0000)]
* Better fix for [12521]. Previous fix resulted in the playlist forgetting it's position if you did a play / stop / play sequence. This is the CORRECT fix.

18 years ago* remove CDDB patch that is now applied upstream in the new libcddb version that...
Derk-Jan Hartman [Wed, 14 Sep 2005 11:56:08 +0000 (11:56 +0000)]
* remove CDDB patch that is now applied upstream in the new libcddb version that we use.

18 years agoCheck -mtune even when --with-tuning is used
Rémi Denis-Courmont [Wed, 14 Sep 2005 08:44:26 +0000 (08:44 +0000)]
Check -mtune even when --with-tuning is used

18 years agoClean up
Rémi Denis-Courmont [Wed, 14 Sep 2005 08:44:06 +0000 (08:44 +0000)]
Clean up

18 years ago* modules/gui/ncurses.c: Filebrowser enhancements:
Yoann Peronneau [Wed, 14 Sep 2005 00:43:57 +0000 (00:43 +0000)]
* modules/gui/ncurses.c: Filebrowser enhancements:
  - sorting
  - show/hide hidden files (with '.')

18 years ago* Fix memleaks
Derk-Jan Hartman [Wed, 14 Sep 2005 00:36:41 +0000 (00:36 +0000)]
* Fix memleaks

18 years agoFortuuuuune.
Christophe Massiot [Tue, 13 Sep 2005 23:55:44 +0000 (23:55 +0000)]
Fortuuuuune.

18 years agoFortuuuuune.
Christophe Massiot [Tue, 13 Sep 2005 22:33:49 +0000 (22:33 +0000)]
Fortuuuuune.

18 years ago * modules/gui/ncurses.c: use <space> in the filebrowser to add the selected director...
Yoann Peronneau [Tue, 13 Sep 2005 22:15:00 +0000 (22:15 +0000)]
 * modules/gui/ncurses.c: use <space> in the filebrowser to add the selected directory to the playlist.

18 years ago* modules/packetizer/h264.c: small fix to annexe-b packetizer.
Gildas Bazin [Tue, 13 Sep 2005 22:01:20 +0000 (22:01 +0000)]
* modules/packetizer/h264.c: small fix to annexe-b packetizer.

18 years ago* whoops, fixed invalid path for MASH introduced in the last commit
Felix Paul Kühne [Tue, 13 Sep 2005 17:52:09 +0000 (17:52 +0000)]
* whoops, fixed invalid path for MASH introduced in the last commit

18 years ago* updated libcddb to 1.2.1 from 0.9.6 (refs #292)
Felix Paul Kühne [Tue, 13 Sep 2005 17:50:27 +0000 (17:50 +0000)]
* updated libcddb to 1.2.1 from 0.9.6 (refs #292)

18 years ago* modules/packetizer/h264.c: date SPS and PPS blocks built from the codec extradata.
Gildas Bazin [Tue, 13 Sep 2005 17:48:32 +0000 (17:48 +0000)]
* modules/packetizer/h264.c: date SPS and PPS blocks built from the codec extradata.

18 years ago* Support URIs with non ascii characters
Benjamin Pracht [Tue, 13 Sep 2005 15:10:32 +0000 (15:10 +0000)]
* Support URIs with non ascii characters
* Work around the fact reading from http never returns EOF
* Dirty hack to avoid segfault on exit if we don't open at least a valid file

18 years agoFortuuuune
Christophe Massiot [Tue, 13 Sep 2005 14:45:46 +0000 (14:45 +0000)]
Fortuuuune

18 years agoCosmetics
Benjamin Pracht [Tue, 13 Sep 2005 10:41:08 +0000 (10:41 +0000)]
Cosmetics

18 years agoHandle correctly the case when no access is explicitely given.
Benjamin Pracht [Tue, 13 Sep 2005 09:44:56 +0000 (09:44 +0000)]
Handle correctly the case when no access is explicitely given.

18 years ago* Try the gnomevfs plugin last if we didn't find any other matching access
Benjamin Pracht [Tue, 13 Sep 2005 09:31:40 +0000 (09:31 +0000)]
* Try the gnomevfs plugin last if we didn't find any other matching access
* Now MRLs such as ssh://user:pass@server work.

18 years agoProperties + cosmetic
Christophe Mutricy [Tue, 13 Sep 2005 08:38:25 +0000 (08:38 +0000)]
Properties + cosmetic

18 years ago* New gnomevfs access module
Benjamin Pracht [Mon, 12 Sep 2005 23:56:43 +0000 (23:56 +0000)]
* New gnomevfs access module
* MRLS are of the form gnomevfs://ssh://user:pass@ (if anybody has something better)
* Still some issues with some accesses (smb for instance) where it seems it required to open the directory in which the file is before opening the file itself.

18 years ago* adding arguments to printFormat, without a format that uses them is pretty useless.
Derk-Jan Hartman [Mon, 12 Sep 2005 21:54:45 +0000 (21:54 +0000)]
* adding arguments to printFormat, without a format that uses them is pretty useless.

18 years ago* Prevent the autoplay function from playing the Shoutcast url for the xmllist. The...
Derk-Jan Hartman [Mon, 12 Sep 2005 21:41:39 +0000 (21:41 +0000)]
* Prevent the autoplay function from playing the Shoutcast url for the xmllist. The SD modules already does this by itself. (fixes #8)

18 years ago* Fix Mac autoplay behaviour for SD playlistitems. (refs #8)
Derk-Jan Hartman [Mon, 12 Sep 2005 20:47:34 +0000 (20:47 +0000)]
* Fix Mac autoplay behaviour for SD playlistitems. (refs #8)

18 years ago* use the current copyright scheme in the about-box; removed a useless colon introduc...
Felix Paul Kühne [Mon, 12 Sep 2005 19:42:53 +0000 (19:42 +0000)]
* use the current copyright scheme in the about-box; removed a useless colon introduced in the last commit

18 years ago* added compilation information
Felix Paul Kühne [Mon, 12 Sep 2005 19:11:43 +0000 (19:11 +0000)]
* added compilation information

18 years agoupdate system :
Antoine Cellerier [Mon, 12 Sep 2005 18:49:42 +0000 (18:49 +0000)]
update system :
only take into account "stable" releases when release_type == stable
stable and testing when == testing
stable, testing and nighlty when == nightly
all when !=
(still need a way to change release_type in the intf ... i'm lazy. default
set to "testing")

18 years agofix daemon mode when HAVE_DAEMON is defined. fixes #347
Antoine Cellerier [Mon, 12 Sep 2005 17:07:41 +0000 (17:07 +0000)]
fix daemon mode when HAVE_DAEMON is defined. fixes #347

18 years ago* Remove 10.3 only properties of the volumeSlider
Derk-Jan Hartman [Mon, 12 Sep 2005 13:00:05 +0000 (13:00 +0000)]
* Remove 10.3 only properties of the volumeSlider

18 years ago* remove debug line
Derk-Jan Hartman [Mon, 12 Sep 2005 12:46:17 +0000 (12:46 +0000)]
* remove debug line

18 years ago* Fix the issue with random always playing the first item in the playlist initially...
Derk-Jan Hartman [Mon, 12 Sep 2005 12:36:37 +0000 (12:36 +0000)]
* Fix the issue with random always playing the first item in the playlist initially (closes #217)

18 years ago* Fixes a problem where playlist_Play was playing items that were no longer in the...
Derk-Jan Hartman [Mon, 12 Sep 2005 12:02:58 +0000 (12:02 +0000)]
* Fixes a problem where playlist_Play was playing items that were no longer in the playlist. (Play item, playlist_Stop, remove item, add new items (enqueue), playlist_Play, and you would get the old item). This fixes it, but i think it might be a problem that actually resides deeper in the playlist core.

18 years ago* Up the mms caching from 3200 ms to 5000ms. (unfortunately this is needed for a...
Derk-Jan Hartman [Mon, 12 Sep 2005 10:36:36 +0000 (10:36 +0000)]
* Up the mms caching from 3200 ms to 5000ms. (unfortunately this is needed for a large number of streams)

18 years agomkv.cpp: avoid dependency problems with older libmatroska
Steve Lhomme [Mon, 12 Sep 2005 09:56:32 +0000 (09:56 +0000)]
mkv.cpp: avoid dependency problems with older libmatroska

18 years ago* Loop at the beginning of the playlist instead of the beginning of the current node...
Benjamin Pracht [Sun, 11 Sep 2005 21:14:17 +0000 (21:14 +0000)]
* Loop at the beginning of the playlist instead of the beginning of the current node when loop is enabled

This should be the right fix, but testing is welcomed.

18 years ago * skins2/parser/skin_parser.cpp: fixed a FIXME
Olivier Teulière [Sun, 11 Sep 2005 20:03:18 +0000 (20:03 +0000)]
 * skins2/parser/skin_parser.cpp: fixed a FIXME
 * skins2/vars/playtree.cpp: removed some debug lines

18 years ago* modules/video_filter/scale.c: Fixed bug reported by Wallace Wadge (wwadge at gmail).
Gildas Bazin [Sun, 11 Sep 2005 16:57:10 +0000 (16:57 +0000)]
* modules/video_filter/scale.c: Fixed bug reported by Wallace Wadge (wwadge at gmail).

18 years agomkv.cpp: more memory leaks fixed
Steve Lhomme [Sun, 11 Sep 2005 15:35:00 +0000 (15:35 +0000)]
mkv.cpp: more memory leaks fixed

18 years ago* save the prefs only shortly before the app exits (makes the utilisation of the...
Felix Paul Kühne [Sun, 11 Sep 2005 12:45:41 +0000 (12:45 +0000)]
* save the prefs only shortly before the app exits (makes the utilisation of the extended-panel much faster)

18 years agofortuuuuune
Christophe Massiot [Sun, 11 Sep 2005 12:06:39 +0000 (12:06 +0000)]
fortuuuuune

18 years agomkv.cpp: fix some memory leaks
Steve Lhomme [Sun, 11 Sep 2005 10:42:17 +0000 (10:42 +0000)]
mkv.cpp: fix some memory leaks

18 years agomkv.cpp: support segments with "unknown" size
Steve Lhomme [Sun, 11 Sep 2005 09:14:21 +0000 (09:14 +0000)]
mkv.cpp: support segments with "unknown" size

18 years agomkv.cpp: support playback of segments without a UID
Steve Lhomme [Sat, 10 Sep 2005 17:08:35 +0000 (17:08 +0000)]
mkv.cpp: support playback of segments without a UID

18 years agovariables.c: void the buffer after the memmove to avoid reusing previous values
Steve Lhomme [Sat, 10 Sep 2005 15:22:51 +0000 (15:22 +0000)]
variables.c: void the buffer after the memmove to avoid reusing previous values

18 years ago* ipv4.c: make MSVC happy
Steve Lhomme [Sat, 10 Sep 2005 13:38:51 +0000 (13:38 +0000)]
* ipv4.c: make MSVC happy

18 years ago* Go back to the first item when hitting "next" on the last item. Go to the last...
Benjamin Pracht [Sat, 10 Sep 2005 09:04:32 +0000 (09:04 +0000)]
* Go back to the first item when hitting "next" on the last item. Go to the last item with "prev" on the 1st item.

18 years agoFix psz_userdir memleak
Rémi Denis-Courmont [Sat, 10 Sep 2005 07:55:17 +0000 (07:55 +0000)]
Fix psz_userdir memleak
(patch contributed by Brian Robb)

18 years ago* configure.ac, src/extras/libc.c, modules/misc/network/ipv4.c: fixed the WinCE build.
Gildas Bazin [Fri, 9 Sep 2005 22:10:57 +0000 (22:10 +0000)]
* configure.ac, src/extras/libc.c, modules/misc/network/ipv4.c: fixed the WinCE build.

18 years ago* Option for Desktop Background mode for VLC OSX.
Derk-Jan Hartman [Fri, 9 Sep 2005 21:19:15 +0000 (21:19 +0000)]
* Option for Desktop Background mode for VLC OSX.
  Does not work on the fly, because that requires recreating the window atm.

18 years ago* src/misc/win32_specific.c: fixed minor memory leak on win32. Patch courtesy of...
Gildas Bazin [Fri, 9 Sep 2005 19:42:55 +0000 (19:42 +0000)]
* src/misc/win32_specific.c: fixed minor memory leak on win32. Patch courtesy of Brian Robb (vascy at hotmail).

18 years ago* modules/gui/wxwidgets/*: bug fix + msvc fixes. Patch courtesy of Brian Robb (vascy...
Gildas Bazin [Fri, 9 Sep 2005 19:38:01 +0000 (19:38 +0000)]
* modules/gui/wxwidgets/*: bug fix + msvc fixes. Patch courtesy of Brian Robb (vascy at hotmail).

18 years ago* modules/gui/skins2/*: a couple of msvc build fixes. Patch courtesy of Brian Robb...
Gildas Bazin [Fri, 9 Sep 2005 19:20:34 +0000 (19:20 +0000)]
* modules/gui/skins2/*: a couple of msvc build fixes. Patch courtesy of Brian Robb (vascy at hotmail).

18 years agoI shall compile before commiting * 100 for monday.
Christophe Mutricy [Fri, 9 Sep 2005 17:34:32 +0000 (17:34 +0000)]
I shall compile before commiting * 100 for monday.
In fact it seems there is some missing __VLC__ in the msvc makefile. Flikky migth investigate

18 years agoFix a possible segfault patch by Brian Robb
Christophe Mutricy [Fri, 9 Sep 2005 16:55:37 +0000 (16:55 +0000)]
Fix a possible segfault patch by Brian Robb

18 years ago * bonjour: set svn:keywords property.
Jon Lech Johansen [Fri, 9 Sep 2005 14:31:22 +0000 (14:31 +0000)]
  * bonjour: set svn:keywords property.

18 years ago * bonjour.c: Fixed memory leaks. Fixed IPv6 support.
Jon Lech Johansen [Fri, 9 Sep 2005 14:06:38 +0000 (14:06 +0000)]
  * bonjour.c: Fixed memory leaks. Fixed IPv6 support.

18 years ago * Bonjour services discovery module using avahi.
Jon Lech Johansen [Fri, 9 Sep 2005 02:42:40 +0000 (02:42 +0000)]
  * Bonjour services discovery module using avahi.

18 years ago* fixed some intf-strings and connected a few menu-items properly
Felix Paul Kühne [Thu, 8 Sep 2005 21:00:48 +0000 (21:00 +0000)]
* fixed some intf-strings and connected a few menu-items properly
* changed wizard-shortcut to shift-cmd-w
* re-ordered the file-menu slightly

Thanks to thedj for pointing most of that out.

18 years ago* Take the position parametter into account in playlist_NodeAddItem
Benjamin Pracht [Thu, 8 Sep 2005 18:18:54 +0000 (18:18 +0000)]
* Take the position parametter into account in playlist_NodeAddItem
* This fixes the drag'n'drop from items from the finder in OSX
* Not sure PLAYLIST_END is handled correctly in every case (don't know enough about adding modes to judge)

18 years ago* Fix a refcount issue in the OSD core
Derk-Jan Hartman [Thu, 8 Sep 2005 13:55:25 +0000 (13:55 +0000)]
* Fix a refcount issue in the OSD core

18 years ago* converted to UTF-8
Felix Paul Kühne [Wed, 7 Sep 2005 18:11:22 +0000 (18:11 +0000)]
* converted to UTF-8

18 years ago* new Korean translation by Han HoJoong <0demon0@paran.com>
Felix Paul Kühne [Wed, 7 Sep 2005 17:44:36 +0000 (17:44 +0000)]
* new Korean translation by Han HoJoong <0demon0@paran.com>

18 years ago * lengh -> length
Derk-Jan Hartman [Wed, 7 Sep 2005 14:05:44 +0000 (14:05 +0000)]
 * lengh -> length

18 years ago* AVC in mkv should already be packetized.
Derk-Jan Hartman [Wed, 7 Sep 2005 13:47:46 +0000 (13:47 +0000)]
* AVC in mkv should already be packetized.
  (btw. this makes a certain sample work that didn't work when it was fed trough our h264 packetizer. before it would crash. This indicates there is an error in our h.264 packetizer)

18 years ago* Fix a large issue with VLC RTSP client.
Derk-Jan Hartman [Tue, 6 Sep 2005 22:03:45 +0000 (22:03 +0000)]
* Fix a large issue with VLC RTSP client.
  We were setting play/pause and seek commands non-aggregate, while we should set them aggregate.
  Fixes #340

18 years agoCD/DVD detection patch by Brian Robb
Antoine Cellerier [Tue, 6 Sep 2005 21:15:18 +0000 (21:15 +0000)]
CD/DVD detection patch by Brian Robb

18 years ago * src/libvlc.c: When the user dir is not available, fall back onto the
Christophe Massiot [Mon, 5 Sep 2005 23:33:14 +0000 (23:33 +0000)]
 * src/libvlc.c: When the user dir is not available, fall back onto the
   application data directory.

18 years ago* src/libvlc.c: on win32, redirect stdout to vlc-help.txt when printing the help.
Gildas Bazin [Mon, 5 Sep 2005 19:23:29 +0000 (19:23 +0000)]
* src/libvlc.c: on win32, redirect stdout to vlc-help.txt when printing the help.

18 years agoRemove a few legacy entries in config.in
Clément Stenac [Mon, 5 Sep 2005 09:13:52 +0000 (09:13 +0000)]
Remove a few legacy entries in config.in

18 years ago* mkv.cpp: should fix the compilation error with gcc
Steve Lhomme [Mon, 5 Sep 2005 08:53:54 +0000 (08:53 +0000)]
* mkv.cpp: should fix the compilation error with gcc

18 years ago * skins2/src/theme_repository.cpp: do not use pointers on temporary strings.
Olivier Teulière [Sun, 4 Sep 2005 21:50:18 +0000 (21:50 +0000)]
 * skins2/src/theme_repository.cpp: do not use pointers on temporary strings.
   Fixes #337.

18 years ago* mkv.cpp: fix chapter sorting by timecode, apply the right PTS/DTS timecodes from...
Steve Lhomme [Sun, 4 Sep 2005 18:12:57 +0000 (18:12 +0000)]
* mkv.cpp: fix chapter sorting by timecode, apply the right PTS/DTS timecodes from the container

18 years ago * extras/contrib/src/Makefile: Really fixed the libtool target.
Christophe Massiot [Sun, 4 Sep 2005 12:47:53 +0000 (12:47 +0000)]
 * extras/contrib/src/Makefile: Really fixed the libtool target.

18 years ago * extras/contrib/src/Makefile: Really fixed the libtool target.
Christophe Massiot [Sun, 4 Sep 2005 10:58:59 +0000 (10:58 +0000)]
 * extras/contrib/src/Makefile: Really fixed the libtool target.

18 years ago * extras/contrib/src/Makefile: Build libtool after automake.
Christophe Massiot [Sun, 4 Sep 2005 09:52:54 +0000 (09:52 +0000)]
 * extras/contrib/src/Makefile: Build libtool after automake.

18 years ago* modules/access_filter/timeshift.c: complete rewrite. Configurable granularity so...
Gildas Bazin [Sat, 3 Sep 2005 23:44:25 +0000 (23:44 +0000)]
* modules/access_filter/timeshift.c: complete rewrite. Configurable granularity so it doesn't waste as much disk space + deals with full disk by overwritting oldest data.

18 years ago* modules/gui/wxwidgets/playlist.cpp: Fixed segfault. Patch by Brian Robb (vascy...
Gildas Bazin [Sat, 3 Sep 2005 22:55:56 +0000 (22:55 +0000)]
* modules/gui/wxwidgets/playlist.cpp: Fixed segfault. Patch by Brian Robb (vascy at hotmail).

18 years ago * skins/src/generic_layout.cpp: Fixed a typo in a comment
Olivier Teulière [Sat, 3 Sep 2005 22:25:36 +0000 (22:25 +0000)]
 * skins/src/generic_layout.cpp: Fixed a typo in a comment

18 years ago* fix a timecode/stuttering problem with VFW tracks
Steve Lhomme [Sat, 3 Sep 2005 20:56:32 +0000 (20:56 +0000)]
* fix a timecode/stuttering problem with VFW tracks

18 years ago * skins2/controls/ctrl_tree.cpp: Fixed a nasty bug. The tree playlist should
Olivier Teulière [Sat, 3 Sep 2005 19:22:47 +0000 (19:22 +0000)]
 * skins2/controls/ctrl_tree.cpp: Fixed a nasty bug. The tree playlist should
   now be much more stable.

18 years ago* config.in: fixed typos
Cyril Deguet [Sat, 3 Sep 2005 17:11:23 +0000 (17:11 +0000)]
* config.in: fixed typos

18 years ago* prevent crashes when a stream is not opened correctly
Steve Lhomme [Sat, 3 Sep 2005 15:55:52 +0000 (15:55 +0000)]
* prevent crashes when a stream is not opened correctly

18 years ago * skins2 (tree playlist):
Olivier Teulière [Sat, 3 Sep 2005 15:17:57 +0000 (15:17 +0000)]
 * skins2 (tree playlist):
     - Fixed a selection bug in CtrlTree
     - Simplified some algorithms using helper methods
     - A few coding style fixes

18 years agosilence random access indicator
Jean-Paul Saman [Sat, 3 Sep 2005 15:06:39 +0000 (15:06 +0000)]
silence random access indicator

18 years ago* fix an uninitialized buffer use
Steve Lhomme [Sat, 3 Sep 2005 14:49:58 +0000 (14:49 +0000)]
* fix an uninitialized buffer use

18 years ago* configure.ac: allow building vlc's mozilla plugin against gecko-sdk. Patch by Diego...
Gildas Bazin [Sat, 3 Sep 2005 13:56:53 +0000 (13:56 +0000)]
* configure.ac: allow building vlc's mozilla plugin against gecko-sdk. Patch by Diego Petteno (flameeyes at gentoo) + modifications by me.

18 years ago* modules/gui/wxwidgets/preferences.cpp: unicode build fix (bugzilla #2117). Patch...
Gildas Bazin [Sat, 3 Sep 2005 13:27:01 +0000 (13:27 +0000)]
* modules/gui/wxwidgets/preferences.cpp: unicode build fix (bugzilla #2117). Patch by Diego Petteno (flameeyes at gentoo).

18 years agoRemove some useless code
Benjamin Pracht [Sat, 3 Sep 2005 12:06:57 +0000 (12:06 +0000)]
Remove some useless code

18 years agoFixes item ordering on drag'n'drop
Benjamin Pracht [Sat, 3 Sep 2005 11:24:00 +0000 (11:24 +0000)]
Fixes item ordering on drag'n'drop

18 years ago * extras/contrib/src/Makefile: Fixed libdvdcss compilation.
Christophe Massiot [Sat, 3 Sep 2005 10:22:03 +0000 (10:22 +0000)]
 * extras/contrib/src/Makefile: Fixed libdvdcss compilation.

18 years ago* src/control/audio_video.c: forgot this file in last commit.
Gildas Bazin [Sat, 3 Sep 2005 09:32:17 +0000 (09:32 +0000)]
* src/control/audio_video.c: forgot this file in last commit.

18 years ago* include/vlc/vlc.h, include/vlc/control.h, src/control/util.c: introduced vlc_int64_...
Gildas Bazin [Sat, 3 Sep 2005 09:16:11 +0000 (09:16 +0000)]
* include/vlc/vlc.h, include/vlc/control.h, src/control/util.c: introduced vlc_int64_t in the libvlc headers instead of using long long which isn't portable + fixed a function prototype in control.h. Thanks to Brian Robb (vascy at hotmail) for pointing out the problem.

18 years ago* httpd.c: added missing dummy functions
Cyril Deguet [Fri, 2 Sep 2005 23:47:19 +0000 (23:47 +0000)]
* httpd.c: added missing dummy functions

18 years agoRemove some useless code
Benjamin Pracht [Fri, 2 Sep 2005 18:57:11 +0000 (18:57 +0000)]
Remove some useless code

18 years agoAllow to drop an item *on* a node.
Benjamin Pracht [Fri, 2 Sep 2005 18:33:46 +0000 (18:33 +0000)]
Allow to drop an item *on* a node.

18 years ago* configure.ac, modules/access/smb.c: compilation fix for new libsmbclient versions...
Gildas Bazin [Fri, 2 Sep 2005 18:18:03 +0000 (18:18 +0000)]
* configure.ac, modules/access/smb.c: compilation fix for new libsmbclient versions. Patch by Diego Petteno (flameeyes at gentoo dot org).