[cvs] / netsukuku / src / conf.h Repository:
ViewVC logotype

Log of /netsukuku/src/conf.h

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 1 22:29:29 2007 UTC (3 years, 7 months ago) by alpt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
* starting to convert gmap.c

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 6 22:33:05 2006 UTC (4 years ago) by alpt
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17
* the Request API and its documentation is now completed, we just need to
  convert pkts.c and some other sources with this new API.

* accept.[ch] was removed because it has been never used, and now, with the
  API change it is obsolete.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 27 07:06:28 2006 UTC (4 years ago) by alpt
Branch: MAIN
Changes since 1.16: +95 -96 lines
Diff to previous 1.16
module.c completed: the NTK API for modules is ready, now it's time to
modularize the rest of the code.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jun 7 10:50:37 2006 UTC (4 years, 3 months ago) by alpt
Branch: MAIN
Changes since 1.15: +1 -0 lines
Diff to previous 1.15
Constant arrays of strings declared in headers have been moved in their
relative .c, in this way, the strings aren't included multiple times in the .o
of the other sources, but they just got included in their relative .o

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 6 15:42:24 2006 UTC (4 years, 3 months ago) by alpt
Branch: MAIN
Changes since 1.14: +1 -0 lines
Diff to previous 1.14
* -l logfile option added
* "rc.ntk cclean" cleans /usr/share/netsukuku
* conf.c cleans the environment now

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 2 12:08:07 2006 UTC (4 years, 3 months ago) by alpt
Branch: MAIN
Changes since 1.13: +19 -0 lines
Diff to previous 1.13
* New option: use_share_internet
* Code of fill_loaded_cfg_options beatufied

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 1 12:30:24 2006 UTC (4 years, 3 months ago) by alpt
Branch: MAIN
Changes since 1.12: +2 -0 lines
Diff to previous 1.12
* Check for active ntkd processes. Use a pid file in /var/run/
* various fixes

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 27 16:41:34 2006 UTC (4 years, 4 months ago) by alpt
Branch: MAIN
Changes since 1.11: +2 -0 lines
Diff to previous 1.11
Added the conf/snsd_nodes file.
Traffic shaper script updated.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 29 16:54:46 2006 UTC (4 years, 5 months ago) by alpt
Branch: MAIN
Changes since 1.10: +2 -0 lines
Diff to previous 1.10
llist.c:
	* it has been almost completely rewritten
	* list_add has now a different meaning: it adds the struct at the
	  start of the llist, in this way it hasn't to traverse the entire
	  llist.
	* a lot of new functions have been added:
		* list_append, list_swap, list_moveback, list_movefwd,
		  list_moveontop, clist_append
	* LLIST_HDR() macro written

andna:
	* The ANDNA keyring is now saved separately from the lcl_cache.
	  It is saved in andna_lcl_keyring.
	* The `andna_' prefix is now used for the filename of the andna
	  caches.
	* The struct of the resolved_hostnames_cache is changed, we just save
	  the 32bit hash of the hname.
still working on rh_cache....

Revision 1.8.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Mar 24 03:00:41 2006 UTC (4 years, 5 months ago) by alpt
Branch: Released
Changes since 1.8.2.1: +4 -0 lines
Diff to previous 1.8.2.1 , to branch point 1.8 , to next main 1.19
0.0.7b Released

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 8 03:36:08 2006 UTC (4 years, 6 months ago) by alpt
Branch: MAIN
Changes since 1.9: +4 -0 lines
Diff to previous 1.9
The traffic shaping code (which launch the tc_shaper.sh script) has been
written.

Revision 1.8.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 2 04:25:46 2006 UTC (4 years, 6 months ago) by alpt
Branch: Released
Changes since 1.8: +2 -0 lines
Diff to previous 1.8
Branch "Released" updated to the current 0.0.6b version.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 10 04:05:41 2006 UTC (4 years, 7 months ago) by alpt
Branch: MAIN
Changes since 1.8: +2 -0 lines
Diff to previous 1.8
The NTK_RFC 0008 has been implemented (not tested).

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 22 17:52:42 2005 UTC (4 years, 8 months ago) by alpt
Branch: MAIN
Branch point for: Released
Changes since 1.7: +4 -0 lines
Diff to previous 1.7
igs.c initialization stuff written

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 20 05:07:23 2005 UTC (4 years, 8 months ago) by alpt
Branch: MAIN
Changes since 1.6: +2 -0 lines
Diff to previous 1.6
igw_replace_default_gateways() written

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 17 23:31:15 2005 UTC (4 years, 8 months ago) by alpt
Branch: MAIN
Changes since 1.5: +3 -1 lines
Diff to previous 1.5
Added support for ip_masquerade.sh

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 17 21:29:21 2005 UTC (4 years, 8 months ago) by alpt
Branch: MAIN
Changes since 1.4: +7 -0 lines
Diff to previous 1.4
NTK_RFC 0003 (Internet Gateway Search) is being written.
First sketch made.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 5 19:51:15 2005 UTC (4 years, 10 months ago) by alpt
Branch: MAIN
Changes since 1.3: +2 -0 lines
Diff to previous 1.3
-R option added: it prevents the modification of /etc/resolv.conf.
It can be set from netsukuku.conf too.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Oct 23 17:20:00 2005 UTC (4 years, 10 months ago) by alpt
Branch: MAIN
Changes since 1.2: +4 -0 lines
Diff to previous 1.2
The multi-interfaces code seems to work.
Now you are welcomed to test the CVS version.
Before the release of the 0.0.4b other tests must be made, so one or two weeks
may pass.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 7 10:40:59 2005 UTC (4 years, 11 months ago) by alpt
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
Netsukuku site (re)added in the CVS.
Some GPL legal stuff fixed.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 7 23:39:01 2005 UTC (5 years ago) by alpt
Branch: MAIN
The code for the configuration file was written.
Other little fixes.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

alpt (at) freaknet (dot) org
ViewVC Help
Powered by ViewVC 1.1-dev