------------------------------------------------------------------------
r26 | j | 2004-08-18 23:22:53 +0200 (mer, 18 ao 2004) | 2 lines
Changed paths:
   A /tags/0.2 (from /trunk:15)
   R /tags/0.2/NEWS (from /trunk/NEWS:25)
   R /tags/0.2/README (from /trunk/README:25)
   R /tags/0.2/configure.ac (from /trunk/configure.ac:25)
   R /tags/0.2/php/Makefile.am (from /trunk/php/Makefile.am:18)
   R /tags/0.2/php/sharedance.php (from /trunk/php/sharedance.php:23)
   A /tags/0.2/php/test_session.php (from /trunk/php/test_session.php:24)
   A /tags/0.2/php/test_sharedance.php (from /trunk/php/test_sharedance.php:19)

Version 0.2

------------------------------------------------------------------------
r25 | j | 2004-08-18 23:18:36 +0200 (mer, 18 ao 2004) | 2 lines
Changed paths:
   M /trunk/NEWS
   M /trunk/README
   M /trunk/configure.ac

Bump version numbers.

------------------------------------------------------------------------
r24 | j | 2004-08-18 23:12:38 +0200 (mer, 18 ao 2004) | 3 lines
Changed paths:
   M /trunk/php/test_session.php

When the user loads the page for the first time, he reloaded it 0
times, not 1.

------------------------------------------------------------------------
r23 | j | 2004-08-18 23:11:33 +0200 (mer, 18 ao 2004) | 2 lines
Changed paths:
   M /trunk/php/sharedance.php

If we try to reopen something that was never opened before, just fail.

------------------------------------------------------------------------
r22 | j | 2004-08-18 23:10:17 +0200 (mer, 18 ao 2004) | 3 lines
Changed paths:
   M /trunk/php/sharedance.php

If sharedance_reopen() fails, don't bother trying to do anything with
the descriptor.

------------------------------------------------------------------------
r21 | j | 2004-08-18 23:08:38 +0200 (mer, 18 ao 2004) | 2 lines
Changed paths:
   M /trunk/php/sharedance.php

sharedance_reopen() should always return 0 if everything was ok.

------------------------------------------------------------------------
r20 | j | 2004-08-18 23:05:26 +0200 (mer, 18 ao 2004) | 2 lines
Changed paths:
   M /trunk/php/sharedance.php

Delete unused $data_len references.

------------------------------------------------------------------------
r19 | j | 2004-08-18 23:04:40 +0200 (mer, 18 ao 2004) | 2 lines
Changed paths:
   M /trunk/php/test_sharedance.php

Increase pedanticity.

------------------------------------------------------------------------
r18 | j | 2004-08-18 23:03:53 +0200 (mer, 18 ao 2004) | 2 lines
Changed paths:
   M /trunk/php/Makefile.am
   A /trunk/php/test_session.php

New script: test_session.php which basically does what the name suggests.

------------------------------------------------------------------------
r17 | j | 2004-08-18 22:56:07 +0200 (mer, 18 ao 2004) | 2 lines
Changed paths:
   M /trunk/php/Makefile.am

Group libraries together.

------------------------------------------------------------------------
r16 | j | 2004-08-18 22:53:58 +0200 (mer, 18 ao 2004) | 2 lines
Changed paths:
   M /trunk/php/Makefile.am
   D /trunk/php/test.php
   A /trunk/php/test_sharedance.php (from /trunk/php/test.php:15)

Rename test.php to test_sharedance.php

------------------------------------------------------------------------
r15 | j | 2004-08-18 22:52:22 +0200 (mer, 18 ao 2004) | 2 lines
Changed paths:
   M /trunk
   M /trunk/.svnignore

Ignore ChangeLog.

------------------------------------------------------------------------
r14 | j | 2004-08-18 22:49:45 +0200 (mer, 18 ao 2004) | 2 lines
Changed paths:
   D /trunk/ChangeLog

Drop the ChangeLog file from the repository.

------------------------------------------------------------------------
r13 | j | 2004-08-18 22:47:46 +0200 (mer, 18 ao 2004) | 5 lines
Changed paths:
   M /trunk/php/Makefile.am
   A /trunk/php/session_handler.php

New script: session_handler.php

That script implements an alternative session handler that stores
session data in a sharedance server.

------------------------------------------------------------------------
r12 | j | 2004-08-18 22:45:48 +0200 (mer, 18 ao 2004) | 3 lines
Changed paths:
   M /trunk/php/sharedance.php

Check for an initialized GLOBAL_SHAREDANCE_FP with empty(), because
sharedance_close() can sometimes be called before sharedance_open().

------------------------------------------------------------------------
r11 | j | 2004-08-18 22:40:39 +0200 (mer, 18 ao 2004) | 3 lines
Changed paths:
   M /trunk/php/sharedance.php

sharedance_delete() should return 0 if everything was, ok, not an
undefined variable.

------------------------------------------------------------------------
r10 | j | 2004-08-18 22:38:05 +0200 (mer, 18 ao 2004) | 2 lines
Changed paths:
   M /trunk/php/sharedance.php

Return FALSE instead of an empty string when a lookup is not successful.

------------------------------------------------------------------------
r9 | j | 2004-08-18 22:29:04 +0200 (mer, 18 ao 2004) | 3 lines
Changed paths:
   M /trunk/php/sharedance.php

Rename DEFAULT_HOST and DEFAULT_PORT to SHAREDANCE_DEFAULT_* in order
to avoid possible clash with other scripts.

------------------------------------------------------------------------
r8 | j | 2004-08-18 21:54:38 +0200 (mer, 18 ao 2004) | 2 lines
Changed paths:
   M /trunk
   A /trunk/.svnignore
   M /trunk/php
   A /trunk/php/.svnignore
   M /trunk/src
   A /trunk/src/.svnignore

Add .svnignore files.

------------------------------------------------------------------------
r7 | j | 2004-08-18 21:44:02 +0200 (mer, 18 ao 2004) | 3 lines
Changed paths:
   M /trunk/src/sharedanced.c

Listen to IPv6 if we resolved to an IPv6 address. On OpenBSD, listen
to IPv4 if we didn't specify anything.

------------------------------------------------------------------------
r6 | j | 2004-08-18 21:42:33 +0200 (mer, 18 ao 2004) | 2 lines
Changed paths:
   M /trunk/src/sharedanced.c

Add a temporary hack for OpenBSD in order to bind to IPv4 by default.

------------------------------------------------------------------------
r5 | j | 2004-08-18 21:40:33 +0200 (mer, 18 ao 2004) | 2 lines
Changed paths:
   M /trunk/src/sharedanced.c

Fix pasto: listenfd6 vs listen_fd.

------------------------------------------------------------------------
r4 | j | 2004-08-18 21:39:44 +0200 (mer, 18 ao 2004) | 2 lines
Changed paths:
   M /trunk/src/sharedanced.c

Use IPV6_V6ONLY if available to bind both IPv4+IPv6.

------------------------------------------------------------------------
r3 | j | 2004-08-18 21:38:46 +0200 (mer, 18 ao 2004) | 3 lines
Changed paths:
   M /trunk/src/sharedanced.c

Socket creation and binding are different things, use different error
messages.

------------------------------------------------------------------------
r2 | j | 2004-08-18 21:19:42 +0200 (mer, 18 ao 2004) | 2 lines
Changed paths:
   A /tags/0.1 (from /trunk:1)

Version 0.1

------------------------------------------------------------------------
r1 | j | 2004-08-18 21:18:25 +0200 (mer, 18 ao 2004) | 2 lines
Changed paths:
   A /branches
   A /tags
   A /trunk
   A /trunk/AUTHORS
   A /trunk/COPYING
   A /trunk/ChangeLog
   A /trunk/Makefile.am
   A /trunk/NEWS
   A /trunk/README
   A /trunk/autogen.sh
   A /trunk/configure.ac
   A /trunk/php
   A /trunk/php/Makefile.am
   A /trunk/php/sharedance.php
   A /trunk/php/test.php
   A /trunk/src
   A /trunk/src/Makefile.am
   A /trunk/src/bsd-getopt_long.c
   A /trunk/src/bsd-getopt_long.h
   A /trunk/src/daemonize.c
   A /trunk/src/daemonize.h
   A /trunk/src/expire.c
   A /trunk/src/expire.h
   A /trunk/src/fakesnprintf.c
   A /trunk/src/fakesnprintf.h
   A /trunk/src/gettext.h
   A /trunk/src/globals.h
   A /trunk/src/log.c
   A /trunk/src/log.h
   A /trunk/src/mysnprintf.c
   A /trunk/src/mysnprintf.h
   A /trunk/src/process.c
   A /trunk/src/process.h
   A /trunk/src/sharedanced.c
   A /trunk/src/sharedanced.h
   A /trunk/src/sharedanced_p.h

Initial revision.

------------------------------------------------------------------------
