Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
3f4c69ef
Commit
3f4c69ef
authored
Oct 13, 2005
by
Pekka Pessi
Browse files
Removed RCS Dates and Ids.
darcs-hash:20051013142158-65a35-4e3c78d621d49e3606938941a31987c858d3ffaf.gz
parent
1be0369f
Changes
304
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
15 additions
and
57 deletions
+15
-57
libsofia-sip-ua/bnf/bnf.c
libsofia-sip-ua/bnf/bnf.c
+1
-6
libsofia-sip-ua/bnf/bnf.docs
libsofia-sip-ua/bnf/bnf.docs
+0
-2
libsofia-sip-ua/bnf/bnf.h
libsofia-sip-ua/bnf/bnf.h
+2
-2
libsofia-sip-ua/bnf/torture_bnf.c
libsofia-sip-ua/bnf/torture_bnf.c
+1
-4
libsofia-sip-ua/docs/docguide.docs
libsofia-sip-ua/docs/docguide.docs
+0
-2
libsofia-sip-ua/docs/sofia-footer.html.in
libsofia-sip-ua/docs/sofia-footer.html.in
+0
-1
libsofia-sip-ua/http/http.h
libsofia-sip-ua/http/http.h
+2
-2
libsofia-sip-ua/http/http_basic.c
libsofia-sip-ua/http/http_basic.c
+0
-3
libsofia-sip-ua/http/http_extra.c
libsofia-sip-ua/http/http_extra.c
+1
-4
libsofia-sip-ua/http/http_hclasses.h
libsofia-sip-ua/http/http_hclasses.h
+1
-2
libsofia-sip-ua/http/http_header.c
libsofia-sip-ua/http/http_header.c
+0
-4
libsofia-sip-ua/http/http_header.h
libsofia-sip-ua/http/http_header.h
+1
-2
libsofia-sip-ua/http/http_parser.c
libsofia-sip-ua/http/http_parser.c
+0
-5
libsofia-sip-ua/http/http_parser.h
libsofia-sip-ua/http/http_parser.h
+2
-2
libsofia-sip-ua/http/http_protos.h.in
libsofia-sip-ua/http/http_protos.h.in
+1
-2
libsofia-sip-ua/http/http_status.c
libsofia-sip-ua/http/http_status.c
+0
-4
libsofia-sip-ua/http/http_status.h
libsofia-sip-ua/http/http_status.h
+2
-2
libsofia-sip-ua/http/http_tag.c.in
libsofia-sip-ua/http/http_tag.c.in
+0
-3
libsofia-sip-ua/http/http_tag.h.in
libsofia-sip-ua/http/http_tag.h.in
+1
-1
libsofia-sip-ua/http/http_tag_class.c
libsofia-sip-ua/http/http_tag_class.c
+0
-4
No files found.
libsofia-sip-ua/bnf/bnf.c
View file @
3f4c69ef
...
...
@@ -28,14 +28,11 @@
* @author Pekka Pessi <Pekka.Pessi@nokia.com>
*
* @date Created: Thu Jun 8 19:28:55 2000 ppessi
*
$D
ate
: 2005/07/
20 20:34:54
$
*
@d
ate
Last modified: Wed Jul
20 20:34:54
2005 kaiv
*/
#include "config.h"
const
char
bnf_c_id
[]
=
"$Id: bnf.c,v 1.1.1.1 2005/07/20 20:34:54 kaiv Exp $"
;
#include <string.h>
/* include bodies of inline functions */
...
...
@@ -45,8 +42,6 @@ const char bnf_c_id[] =
#include "bnf.h"
const
char
bnf_h_id
[]
=
BNF_H
;
#define ws bnf_ws
#define crlf bnf_crlf
#define alpha bnf_alpha
...
...
libsofia-sip-ua/bnf/bnf.docs
View file @
3f4c69ef
/* -*- C -*- */
/* $Id: bnf.docs,v 1.1.1.1 2005/07/20 20:34:54 kaiv Exp $ */
/**@mainpage Sofia BNF Module
*
* @section bnf_meta Module Meta Information
...
...
libsofia-sip-ua/bnf/bnf.h
View file @
3f4c69ef
...
...
@@ -23,7 +23,7 @@
*/
#ifndef BNF_H
/** Defined when bnf.h has been included. */
#define BNF_H
"$Id: bnf.h,v 1.1.1.1 2005/07/20 20:34:54 kaiv Exp $"
#define BNF_H
/**@file bnf.h
*
...
...
@@ -32,7 +32,7 @@
* @author Pekka Pessi <Pekka.Pessi@nokia.com>
*
* @date Created: Tue Jun 06 10:59:34 2000 ppessi
*
$D
ate
: 2005/07/
20 20:34:54
$
*
@d
ate
Last modified: Wed Jul
20 20:34:54
2005 kaiv
*
*/
...
...
libsofia-sip-ua/bnf/torture_bnf.c
View file @
3f4c69ef
...
...
@@ -29,14 +29,11 @@
* @author Pekka Pessi <Pekka.Pessi@nokia.com>
*
* @date Created: Tue Aug 21 15:18:26 2001 ppessi
*
$D
ate
: 2005/07/
20 20:34:54
$
*
@d
ate
Last modified: Wed Jul
20 20:34:54
2005 kaiv
*/
#include "config.h"
const
char
torture_bnf_c_id
[]
=
"$Id: torture_bnf.c,v 1.1.1.1 2005/07/20 20:34:54 kaiv Exp $"
;
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
...
...
libsofia-sip-ua/docs/docguide.docs
View file @
3f4c69ef
/* $Id: docguide.docs,v 1.1.1.1 2005/07/20 20:34:54 kaiv Exp $ */
/*!
@page docguide Documentation Guidelines
...
...
libsofia-sip-ua/docs/sofia-footer.html.in
View file @
3f4c69ef
<!-- $Id: sofia-footer.html.in,v 1.1.1.1 2005/07/20 20:34:54 kaiv Exp $ -->
<hr />
Sofia-SIP @VERSION@ -
Copyright (C) 2005 Nokia Corporation. All rights reserved.
...
...
libsofia-sip-ua/http/http.h
View file @
3f4c69ef
...
...
@@ -23,7 +23,7 @@
*/
#ifndef HTTP_H
/** Defined when http.h has been included. */
#define HTTP_H
"$Id: http.h,v 1.1.1.1 2005/07/20 20:35:15 kaiv Exp $"
#define HTTP_H
/**@file http.h
*
...
...
@@ -34,7 +34,7 @@
* @author Pekka Pessi <Pekka.Pessi@nokia.com>.
*
* @date Created : Thu Jun 8 19:28:55 2000 ppessi
*
$D
ate
: 2005/07/
20 20:35:15
$
*
@d
ate
Last modified: Wed Jul
20 20:35:15
2005 kaiv
*/
#ifndef MSG_H
...
...
libsofia-sip-ua/http/http_basic.c
View file @
3f4c69ef
...
...
@@ -37,9 +37,6 @@
#include "config.h"
const
char
http_basic_id
[]
=
"$Id: http_basic.c,v 1.2 2005/09/09 10:56:31 ppessi Exp $"
;
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
...
...
libsofia-sip-ua/http/http_extra.c
View file @
3f4c69ef
...
...
@@ -29,14 +29,11 @@
* @author Pekka Pessi <Pekka.Pessi@nokia.com>
*
* @date Created: Tue Jun 13 02:57:51 2000 ppessi
*
$D
ate
: 2005/07/
20 20:35:15
$
*
@d
ate
Last modified: Wed Jul
20 20:35:15
2005 kaiv
*/
#include "config.h"
const
char
_http_extra_id
[]
=
"$Id: http_extra.c,v 1.1.1.1 2005/07/20 20:35:15 kaiv Exp $"
;
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
...
...
libsofia-sip-ua/http/http_hclasses.h
View file @
3f4c69ef
...
...
@@ -23,8 +23,7 @@
*/
#ifndef HTTP_HCLASSES_H
/** Defined when http_hclasses.h has been included. */
#define HTTP_HCLASSES_H \
"$Id: http_hclasses.h,v 1.1.1.1 2005/07/20 20:35:15 kaiv Exp $"
#define HTTP_HCLASSES_H
/**@file http_hclasses.h
* @brief HTTP header classes.
...
...
libsofia-sip-ua/http/http_header.c
View file @
3f4c69ef
...
...
@@ -22,8 +22,6 @@
*
*/
const
char
http_header_c_id
[]
=
"$Id: http_header.c,v 1.1.1.1 2005/07/20 20:35:16 kaiv Exp $"
;
/**@CFILE http_header.c
*
* HTTP header handling.
...
...
@@ -53,8 +51,6 @@ const char http_header_c_id[] =
#include <http_header.h>
#include <http_status.h>
const
char
http_header_h_id
[]
=
HTTP_HEADER_H
;
/** Complete a HTTP request. */
int
http_request_complete
(
msg_t
*
msg
)
{
...
...
libsofia-sip-ua/http/http_header.h
View file @
3f4c69ef
...
...
@@ -23,8 +23,7 @@
*/
#ifndef HTTP_HEADER_H
/** Defined when http_header.h has been included.*/
#define HTTP_HEADER_H \
"$Id: http_header.h,v 1.1.1.1 2005/07/20 20:35:16 kaiv Exp $"
#define HTTP_HEADER_H
/**@file http_header.h
*
...
...
libsofia-sip-ua/http/http_parser.c
View file @
3f4c69ef
...
...
@@ -33,9 +33,6 @@
#include "config.h"
const
char
http_parser_c_id
[]
=
"$Id: http_parser.c,v 1.2 2005/08/08 19:09:55 ppessi Exp $"
;
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
...
...
@@ -54,8 +51,6 @@ const char http_parser_c_id[] =
#include <http_status.h>
#include <msg_mclass.h>
const
char
http_parser_h_id
[]
=
HTTP_PARSER_H
;
/** HTTP version 1.1. */
char
const
http_version_1_1
[]
=
"HTTP/1.1"
;
/** HTTP version 1.0. */
...
...
libsofia-sip-ua/http/http_parser.h
View file @
3f4c69ef
...
...
@@ -23,8 +23,8 @@
*/
#ifndef HTTP_PARSER_H
/**Defined when http_parser.h has been included.*/
#define HTTP_PARSER_H
\
"$Id: http_parser.h,v 1.1.1.1 2005/07/20 20:35:16 kaiv Exp $"
#define HTTP_PARSER_H
/**@file http_parser.h
* @brief Typedefs and prototypes used by HTTP parser.
...
...
libsofia-sip-ua/http/http_protos.h.in
View file @
3f4c69ef
...
...
@@ -29,8 +29,7 @@
*/
#ifndef HTTP_PROTOS_H /** Defined when http_protos.h has been included. */
#define HTTP_PROTOS_H \
"$Id: http_protos.h.in,v 1.1.1.1 2005/07/20 20:35:18 kaiv Exp $"
#define HTTP_PROTOS_H
/**@file http_protos.h
*
* Macros for each HTTP header.
...
...
libsofia-sip-ua/http/http_status.c
View file @
3f4c69ef
...
...
@@ -31,12 +31,8 @@
#include "config.h"
const
char
_http_status_c_id
[]
=
"$Id: http_status.c,v 1.1.1.1 2005/07/20 20:35:18 kaiv Exp $"
;
#include <stddef.h>
#include <http_status.h>
const
char
http_status_h_id
[]
=
HTTP_STATUS_H
;
char
const
http_100_continue
[]
=
"Continue"
,
...
...
libsofia-sip-ua/http/http_status.h
View file @
3f4c69ef
...
...
@@ -23,8 +23,8 @@
*/
#ifndef HTTP_STATUS_H
#define HTTP_STATUS_H
\
"$Id: http_status.h,v 1.1.1.1 2005/07/20 20:35:18 kaiv Exp $"
#define HTTP_STATUS_H
/**@file http_status.h
*
...
...
libsofia-sip-ua/http/http_tag.c.in
View file @
3f4c69ef
...
...
@@ -41,9 +41,6 @@
#include "config.h"
const char _http_tag_c_in_id[] =
"$Id: http_tag.c.in,v 1.1.1.1 2005/07/20 20:35:18 kaiv Exp $";
#define TAG_NAMESPACE "http"
#include <assert.h>
...
...
libsofia-sip-ua/http/http_tag.h.in
View file @
3f4c69ef
...
...
@@ -30,7 +30,7 @@
*/
#ifndef HTTP_TAG_H /** Defined when http_tag.h has been included. */
#define HTTP_TAG_H
"$Id: http_tag.h.in,v 1.3 2005/09/09 10:56:31 ppessi Exp $"
#define HTTP_TAG_H
/**@file http_tag.h
* @brief Tag class for HTTP headers
...
...
libsofia-sip-ua/http/http_tag_class.c
View file @
3f4c69ef
...
...
@@ -31,10 +31,6 @@
#include "config.h"
/** CVS ident */
const
char
_http_tag_class_c_id
[]
=
"$Id: http_tag_class.c,v 1.1.1.1 2005/07/20 20:35:20 kaiv Exp $"
;
#include <assert.h>
#include <stddef.h>
#include <string.h>
...
...
Prev
1
2
3
4
5
…
16
Next
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