Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
minisapserver
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
VideoLAN
minisapserver
Commits
9d9b5dbc
Commit
9d9b5dbc
authored
Mar 11, 2007
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ChangeLog
parent
082524e3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
345 additions
and
18 deletions
+345
-18
miniSAPserver/tags/0.3.4/ChangeLog
miniSAPserver/tags/0.3.4/ChangeLog
+176
-9
miniSAPserver/trunk/ChangeLog
miniSAPserver/trunk/ChangeLog
+169
-9
No files found.
miniSAPserver/tags/0.3.4/ChangeLog
View file @
9d9b5dbc
------------------------------------------------------------------------
------------------------------------------------------------------------
r305 | courmisch | 2005-10-14 14:38:46 +0200 (Fri, 14 Oct 2005) | 2 lines
r328 | courmisch | 2007-03-11 14:21:00 +0200 (Sun, 11 Mar 2007) | 2 lines
Changed paths:
A /miniSAPserver/tags/0.3.4 (from /miniSAPserver/trunk:327)
Tag release 0.3.4
------------------------------------------------------------------------
r327 | courmisch | 2007-03-11 14:20:43 +0200 (Sun, 11 Mar 2007) | 2 lines
Changed paths:
M /miniSAPserver/trunk
svn:ignore
------------------------------------------------------------------------
r326 | courmisch | 2007-03-11 14:19:21 +0200 (Sun, 11 Mar 2007) | 2 lines
Changed paths:
M /miniSAPserver/trunk/Makefile.am
M /miniSAPserver/trunk/NEWS
M /miniSAPserver/trunk/configure.ac
A /miniSAPserver/trunk/m4/sockaddr.m4
Check for sa_len
------------------------------------------------------------------------
r325 | courmisch | 2007-03-11 14:12:31 +0200 (Sun, 11 Mar 2007) | 2 lines
Changed paths:
M /miniSAPserver/trunk/message.cpp
M /miniSAPserver/trunk/message.h
M /miniSAPserver/trunk/sapserver.cpp
M /miniSAPserver/trunk/sapserver.h
Fix another compiler warning
------------------------------------------------------------------------
r324 | courmisch | 2007-03-11 14:10:50 +0200 (Sun, 11 Mar 2007) | 3 lines
Changed paths:
M /miniSAPserver/trunk/sapserver.cpp
Fix badly flawed announce delay computation.
Bug reported by Pierre Beyssac.
------------------------------------------------------------------------
r323 | courmisch | 2007-03-11 14:03:04 +0200 (Sun, 11 Mar 2007) | 2 lines
Changed paths:
M /miniSAPserver/trunk/broadcast.cpp
Fix warnings and set sockaddr.sa_len
------------------------------------------------------------------------
r322 | courmisch | 2007-03-11 13:59:53 +0200 (Sun, 11 Mar 2007) | 2 lines
Changed paths:
M /miniSAPserver/trunk/configure.ac
Don't override CXXFLAGS. It's annoying
------------------------------------------------------------------------
r321 | courmisch | 2007-03-11 13:58:35 +0200 (Sun, 11 Mar 2007) | 2 lines
Changed paths:
M /miniSAPserver/trunk/AUTHORS
M /miniSAPserver/trunk/configure.ac
Start minisapserver 0.3.4 dev
------------------------------------------------------------------------
r320 | courmisch | 2007-02-20 20:00:02 +0200 (Tue, 20 Feb 2007) | 3 lines
Changed paths:
M /miniSAPserver/trunk/configure.ac
Drop gzip tarball. You should use bzip2 nowadays.
(Don't blame Debian retardness on me)
------------------------------------------------------------------------
r319 | courmisch | 2007-02-20 19:58:11 +0200 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
M /miniSAPserver/trunk/NEWS
M /miniSAPserver/trunk/message.cpp
M /miniSAPserver/trunk/program.cpp
Quite a bunch of SDP conformance fixes.
------------------------------------------------------------------------
r318 | courmisch | 2007-02-20 19:51:13 +0200 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
M /miniSAPserver/trunk/sapserver.cpp
Fix typo in usage string
------------------------------------------------------------------------
r317 | courmisch | 2007-02-20 19:50:03 +0200 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
M /miniSAPserver/trunk/sap.cfg
Update examples
------------------------------------------------------------------------
r316 | courmisch | 2007-02-20 19:35:05 +0200 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
M /miniSAPserver/trunk/message.cpp
Do not send TTL for IPv6 connection infos. This was invalid.
------------------------------------------------------------------------
r315 | courmisch | 2007-02-20 19:34:39 +0200 (Tue, 20 Feb 2007) | 3 lines
Changed paths:
M /miniSAPserver/trunk/sapserver.h
Use 255 as default TTL (which is a deprecated parameter anyway).
15 was bogus legacy.
------------------------------------------------------------------------
r314 | courmisch | 2006-01-31 20:09:32 +0200 (Tue, 31 Jan 2006) | 2 lines
Changed paths:
M /miniSAPserver/trunk/broadcast.cpp
M /miniSAPserver/trunk/message.cpp
M /miniSAPserver/trunk/message.h
Remove dead code and inline trivial getters
------------------------------------------------------------------------
r313 | courmisch | 2006-01-31 19:55:35 +0200 (Tue, 31 Jan 2006) | 4 lines
Changed paths:
M /miniSAPserver/trunk/broadcast.cpp
M /miniSAPserver/trunk/message.cpp
M /miniSAPserver/trunk/message.h
M /miniSAPserver/trunk/sapserver.cpp
- Avoid identical malloc/memcpy/free for every packet sent,
- don't reinvent memcpy()
- and other clean ups
------------------------------------------------------------------------
r312 | courmisch | 2006-01-31 17:59:32 +0200 (Tue, 31 Jan 2006) | 2 lines
Changed paths:
M /miniSAPserver/trunk/broadcast.cpp
Support for IPv6 multicast output interface setting
------------------------------------------------------------------------
r311 | courmisch | 2006-01-31 17:26:22 +0200 (Tue, 31 Jan 2006) | 2 lines
Changed paths:
M /miniSAPserver/trunk/message.cpp
M /miniSAPserver/trunk/message.h
Remove dead code
------------------------------------------------------------------------
r310 | courmisch | 2006-01-31 17:23:05 +0200 (Tue, 31 Jan 2006) | 2 lines
Changed paths:
M /miniSAPserver/trunk/configure.ac
This is minisap version 0.3.3-trunk
------------------------------------------------------------------------
r309 | courmisch | 2006-01-31 17:18:18 +0200 (Tue, 31 Jan 2006) | 2 lines
Changed paths:
M /miniSAPserver/trunk/sapserver.h
Make default TTL value identical in documentation and code
------------------------------------------------------------------------
r307 | courmisch | 2005-10-14 15:43:14 +0300 (Fri, 14 Oct 2005) | 2 lines
Changed paths:
M /miniSAPserver/trunk/ChangeLog
Update ChangeLog for 0.3.2
------------------------------------------------------------------------
r305 | courmisch | 2005-10-14 15:38:46 +0300 (Fri, 14 Oct 2005) | 2 lines
Changed paths:
Changed paths:
M /miniSAPserver/trunk/NEWS
M /miniSAPserver/trunk/NEWS
Add NEWS for 0.3.2
Add NEWS for 0.3.2
------------------------------------------------------------------------
------------------------------------------------------------------------
r304 | courmisch | 2005-10-14 1
4:37:53 +02
00 (Fri, 14 Oct 2005) | 2 lines
r304 | courmisch | 2005-10-14 1
5:37:53 +03
00 (Fri, 14 Oct 2005) | 2 lines
Changed paths:
Changed paths:
M /miniSAPserver/trunk/configure.ac
M /miniSAPserver/trunk/configure.ac
Bump release number to 0.3.2
Bump release number to 0.3.2
------------------------------------------------------------------------
------------------------------------------------------------------------
r303 | courmisch | 2005-10-14 1
4:36:22 +02
00 (Fri, 14 Oct 2005) | 3 lines
r303 | courmisch | 2005-10-14 1
5:36:22 +03
00 (Fri, 14 Oct 2005) | 3 lines
Changed paths:
Changed paths:
M /miniSAPserver/trunk/broadcast.cpp
M /miniSAPserver/trunk/broadcast.cpp
...
@@ -21,7 +188,7 @@ Fix multicast TTL setting
...
@@ -21,7 +188,7 @@ Fix multicast TTL setting
(credited to LennonNZ on VideoLAN forums)
(credited to LennonNZ on VideoLAN forums)
------------------------------------------------------------------------
------------------------------------------------------------------------
r302 | courmisch | 2005-07-20 2
0:24:02 +02
00 (Wed, 20 Jul 2005) | 4 lines
r302 | courmisch | 2005-07-20 2
1:24:02 +03
00 (Wed, 20 Jul 2005) | 4 lines
Changed paths:
Changed paths:
M /miniSAPserver/trunk/Makefile.am
M /miniSAPserver/trunk/Makefile.am
M /miniSAPserver/trunk/NEWS
M /miniSAPserver/trunk/NEWS
...
@@ -36,21 +203,21 @@ Changed paths:
...
@@ -36,21 +203,21 @@ Changed paths:
- Fix --enable-slp
- Fix --enable-slp
------------------------------------------------------------------------
------------------------------------------------------------------------
r301 | courmisch | 2005-07-20 2
0:23:21 +02
00 (Wed, 20 Jul 2005) | 2 lines
r301 | courmisch | 2005-07-20 2
1:23:21 +03
00 (Wed, 20 Jul 2005) | 2 lines
Changed paths:
Changed paths:
M /miniSAPserver/trunk/sap.cfg
M /miniSAPserver/trunk/sap.cfg
Update sample config
Update sample config
------------------------------------------------------------------------
------------------------------------------------------------------------
r300 | courmisch | 2005-07-20 2
0:21:23 +02
00 (Wed, 20 Jul 2005) | 2 lines
r300 | courmisch | 2005-07-20 2
1:21:23 +03
00 (Wed, 20 Jul 2005) | 2 lines
Changed paths:
Changed paths:
M /miniSAPserver/trunk/program.cpp
M /miniSAPserver/trunk/program.cpp
Forgot this file
Forgot this file
------------------------------------------------------------------------
------------------------------------------------------------------------
r299 | courmisch | 2005-07-20 2
0:21:13 +02
00 (Wed, 20 Jul 2005) | 2 lines
r299 | courmisch | 2005-07-20 2
1:21:13 +03
00 (Wed, 20 Jul 2005) | 2 lines
Changed paths:
Changed paths:
M /miniSAPserver/trunk/message.cpp
M /miniSAPserver/trunk/message.cpp
M /miniSAPserver/trunk/parser.cpp
M /miniSAPserver/trunk/parser.cpp
...
@@ -59,7 +226,7 @@ Changed paths:
...
@@ -59,7 +226,7 @@ Changed paths:
Remove IP version thing
Remove IP version thing
------------------------------------------------------------------------
------------------------------------------------------------------------
r298 | courmisch | 2005-07-20 2
0:20:54 +02
00 (Wed, 20 Jul 2005) | 3 lines
r298 | courmisch | 2005-07-20 2
1:20:54 +03
00 (Wed, 20 Jul 2005) | 3 lines
Changed paths:
Changed paths:
M /miniSAPserver/trunk/slp.cpp
M /miniSAPserver/trunk/slp.cpp
...
@@ -67,7 +234,7 @@ Changed paths:
...
@@ -67,7 +234,7 @@ Changed paths:
- Do things simply and efficiently
- Do things simply and efficiently
------------------------------------------------------------------------
------------------------------------------------------------------------
r296 | courmisch | 2005-07-09 1
6:18:18 +02
00 (Sat, 09 Jul 2005) | 2 lines
r296 | courmisch | 2005-07-09 1
7:18:18 +03
00 (Sat, 09 Jul 2005) | 2 lines
Changed paths:
Changed paths:
M /miniSAPserver/trunk/ChangeLog
M /miniSAPserver/trunk/ChangeLog
...
...
miniSAPserver/trunk/ChangeLog
View file @
9d9b5dbc
------------------------------------------------------------------------
------------------------------------------------------------------------
r305 | courmisch | 2005-10-14 14:38:46 +0200 (Fri, 14 Oct 2005) | 2 lines
r327 | courmisch | 2007-03-11 14:20:43 +0200 (Sun, 11 Mar 2007) | 2 lines
Changed paths:
M /miniSAPserver/trunk
svn:ignore
------------------------------------------------------------------------
r326 | courmisch | 2007-03-11 14:19:21 +0200 (Sun, 11 Mar 2007) | 2 lines
Changed paths:
M /miniSAPserver/trunk/Makefile.am
M /miniSAPserver/trunk/NEWS
M /miniSAPserver/trunk/configure.ac
A /miniSAPserver/trunk/m4/sockaddr.m4
Check for sa_len
------------------------------------------------------------------------
r325 | courmisch | 2007-03-11 14:12:31 +0200 (Sun, 11 Mar 2007) | 2 lines
Changed paths:
M /miniSAPserver/trunk/message.cpp
M /miniSAPserver/trunk/message.h
M /miniSAPserver/trunk/sapserver.cpp
M /miniSAPserver/trunk/sapserver.h
Fix another compiler warning
------------------------------------------------------------------------
r324 | courmisch | 2007-03-11 14:10:50 +0200 (Sun, 11 Mar 2007) | 3 lines
Changed paths:
M /miniSAPserver/trunk/sapserver.cpp
Fix badly flawed announce delay computation.
Bug reported by Pierre Beyssac.
------------------------------------------------------------------------
r323 | courmisch | 2007-03-11 14:03:04 +0200 (Sun, 11 Mar 2007) | 2 lines
Changed paths:
M /miniSAPserver/trunk/broadcast.cpp
Fix warnings and set sockaddr.sa_len
------------------------------------------------------------------------
r322 | courmisch | 2007-03-11 13:59:53 +0200 (Sun, 11 Mar 2007) | 2 lines
Changed paths:
M /miniSAPserver/trunk/configure.ac
Don't override CXXFLAGS. It's annoying
------------------------------------------------------------------------
r321 | courmisch | 2007-03-11 13:58:35 +0200 (Sun, 11 Mar 2007) | 2 lines
Changed paths:
M /miniSAPserver/trunk/AUTHORS
M /miniSAPserver/trunk/configure.ac
Start minisapserver 0.3.4 dev
------------------------------------------------------------------------
r320 | courmisch | 2007-02-20 20:00:02 +0200 (Tue, 20 Feb 2007) | 3 lines
Changed paths:
M /miniSAPserver/trunk/configure.ac
Drop gzip tarball. You should use bzip2 nowadays.
(Don't blame Debian retardness on me)
------------------------------------------------------------------------
r319 | courmisch | 2007-02-20 19:58:11 +0200 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
M /miniSAPserver/trunk/NEWS
M /miniSAPserver/trunk/message.cpp
M /miniSAPserver/trunk/program.cpp
Quite a bunch of SDP conformance fixes.
------------------------------------------------------------------------
r318 | courmisch | 2007-02-20 19:51:13 +0200 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
M /miniSAPserver/trunk/sapserver.cpp
Fix typo in usage string
------------------------------------------------------------------------
r317 | courmisch | 2007-02-20 19:50:03 +0200 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
M /miniSAPserver/trunk/sap.cfg
Update examples
------------------------------------------------------------------------
r316 | courmisch | 2007-02-20 19:35:05 +0200 (Tue, 20 Feb 2007) | 2 lines
Changed paths:
M /miniSAPserver/trunk/message.cpp
Do not send TTL for IPv6 connection infos. This was invalid.
------------------------------------------------------------------------
r315 | courmisch | 2007-02-20 19:34:39 +0200 (Tue, 20 Feb 2007) | 3 lines
Changed paths:
M /miniSAPserver/trunk/sapserver.h
Use 255 as default TTL (which is a deprecated parameter anyway).
15 was bogus legacy.
------------------------------------------------------------------------
r314 | courmisch | 2006-01-31 20:09:32 +0200 (Tue, 31 Jan 2006) | 2 lines
Changed paths:
M /miniSAPserver/trunk/broadcast.cpp
M /miniSAPserver/trunk/message.cpp
M /miniSAPserver/trunk/message.h
Remove dead code and inline trivial getters
------------------------------------------------------------------------
r313 | courmisch | 2006-01-31 19:55:35 +0200 (Tue, 31 Jan 2006) | 4 lines
Changed paths:
M /miniSAPserver/trunk/broadcast.cpp
M /miniSAPserver/trunk/message.cpp
M /miniSAPserver/trunk/message.h
M /miniSAPserver/trunk/sapserver.cpp
- Avoid identical malloc/memcpy/free for every packet sent,
- don't reinvent memcpy()
- and other clean ups
------------------------------------------------------------------------
r312 | courmisch | 2006-01-31 17:59:32 +0200 (Tue, 31 Jan 2006) | 2 lines
Changed paths:
M /miniSAPserver/trunk/broadcast.cpp
Support for IPv6 multicast output interface setting
------------------------------------------------------------------------
r311 | courmisch | 2006-01-31 17:26:22 +0200 (Tue, 31 Jan 2006) | 2 lines
Changed paths:
M /miniSAPserver/trunk/message.cpp
M /miniSAPserver/trunk/message.h
Remove dead code
------------------------------------------------------------------------
r310 | courmisch | 2006-01-31 17:23:05 +0200 (Tue, 31 Jan 2006) | 2 lines
Changed paths:
M /miniSAPserver/trunk/configure.ac
This is minisap version 0.3.3-trunk
------------------------------------------------------------------------
r309 | courmisch | 2006-01-31 17:18:18 +0200 (Tue, 31 Jan 2006) | 2 lines
Changed paths:
M /miniSAPserver/trunk/sapserver.h
Make default TTL value identical in documentation and code
------------------------------------------------------------------------
r307 | courmisch | 2005-10-14 15:43:14 +0300 (Fri, 14 Oct 2005) | 2 lines
Changed paths:
M /miniSAPserver/trunk/ChangeLog
Update ChangeLog for 0.3.2
------------------------------------------------------------------------
r305 | courmisch | 2005-10-14 15:38:46 +0300 (Fri, 14 Oct 2005) | 2 lines
Changed paths:
Changed paths:
M /miniSAPserver/trunk/NEWS
M /miniSAPserver/trunk/NEWS
Add NEWS for 0.3.2
Add NEWS for 0.3.2
------------------------------------------------------------------------
------------------------------------------------------------------------
r304 | courmisch | 2005-10-14 1
4:37:53 +02
00 (Fri, 14 Oct 2005) | 2 lines
r304 | courmisch | 2005-10-14 1
5:37:53 +03
00 (Fri, 14 Oct 2005) | 2 lines
Changed paths:
Changed paths:
M /miniSAPserver/trunk/configure.ac
M /miniSAPserver/trunk/configure.ac
Bump release number to 0.3.2
Bump release number to 0.3.2
------------------------------------------------------------------------
------------------------------------------------------------------------
r303 | courmisch | 2005-10-14 1
4:36:22 +02
00 (Fri, 14 Oct 2005) | 3 lines
r303 | courmisch | 2005-10-14 1
5:36:22 +03
00 (Fri, 14 Oct 2005) | 3 lines
Changed paths:
Changed paths:
M /miniSAPserver/trunk/broadcast.cpp
M /miniSAPserver/trunk/broadcast.cpp
...
@@ -21,7 +181,7 @@ Fix multicast TTL setting
...
@@ -21,7 +181,7 @@ Fix multicast TTL setting
(credited to LennonNZ on VideoLAN forums)
(credited to LennonNZ on VideoLAN forums)
------------------------------------------------------------------------
------------------------------------------------------------------------
r302 | courmisch | 2005-07-20 2
0:24:02 +02
00 (Wed, 20 Jul 2005) | 4 lines
r302 | courmisch | 2005-07-20 2
1:24:02 +03
00 (Wed, 20 Jul 2005) | 4 lines
Changed paths:
Changed paths:
M /miniSAPserver/trunk/Makefile.am
M /miniSAPserver/trunk/Makefile.am
M /miniSAPserver/trunk/NEWS
M /miniSAPserver/trunk/NEWS
...
@@ -36,21 +196,21 @@ Changed paths:
...
@@ -36,21 +196,21 @@ Changed paths:
- Fix --enable-slp
- Fix --enable-slp
------------------------------------------------------------------------
------------------------------------------------------------------------
r301 | courmisch | 2005-07-20 2
0:23:21 +02
00 (Wed, 20 Jul 2005) | 2 lines
r301 | courmisch | 2005-07-20 2
1:23:21 +03
00 (Wed, 20 Jul 2005) | 2 lines
Changed paths:
Changed paths:
M /miniSAPserver/trunk/sap.cfg
M /miniSAPserver/trunk/sap.cfg
Update sample config
Update sample config
------------------------------------------------------------------------
------------------------------------------------------------------------
r300 | courmisch | 2005-07-20 2
0:21:23 +02
00 (Wed, 20 Jul 2005) | 2 lines
r300 | courmisch | 2005-07-20 2
1:21:23 +03
00 (Wed, 20 Jul 2005) | 2 lines
Changed paths:
Changed paths:
M /miniSAPserver/trunk/program.cpp
M /miniSAPserver/trunk/program.cpp
Forgot this file
Forgot this file
------------------------------------------------------------------------
------------------------------------------------------------------------
r299 | courmisch | 2005-07-20 2
0:21:13 +02
00 (Wed, 20 Jul 2005) | 2 lines
r299 | courmisch | 2005-07-20 2
1:21:13 +03
00 (Wed, 20 Jul 2005) | 2 lines
Changed paths:
Changed paths:
M /miniSAPserver/trunk/message.cpp
M /miniSAPserver/trunk/message.cpp
M /miniSAPserver/trunk/parser.cpp
M /miniSAPserver/trunk/parser.cpp
...
@@ -59,7 +219,7 @@ Changed paths:
...
@@ -59,7 +219,7 @@ Changed paths:
Remove IP version thing
Remove IP version thing
------------------------------------------------------------------------
------------------------------------------------------------------------
r298 | courmisch | 2005-07-20 2
0:20:54 +02
00 (Wed, 20 Jul 2005) | 3 lines
r298 | courmisch | 2005-07-20 2
1:20:54 +03
00 (Wed, 20 Jul 2005) | 3 lines
Changed paths:
Changed paths:
M /miniSAPserver/trunk/slp.cpp
M /miniSAPserver/trunk/slp.cpp
...
@@ -67,7 +227,7 @@ Changed paths:
...
@@ -67,7 +227,7 @@ Changed paths:
- Do things simply and efficiently
- Do things simply and efficiently
------------------------------------------------------------------------
------------------------------------------------------------------------
r296 | courmisch | 2005-07-09 1
6:18:18 +02
00 (Sat, 09 Jul 2005) | 2 lines
r296 | courmisch | 2005-07-09 1
7:18:18 +03
00 (Sat, 09 Jul 2005) | 2 lines
Changed paths:
Changed paths:
M /miniSAPserver/trunk/ChangeLog
M /miniSAPserver/trunk/ChangeLog
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment