[cvs] / netsukuku / src / Makefile.am Repository:
ViewVC logotype

Log of /netsukuku/src/Makefile.am

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


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

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Tue Jan 2 11:14:40 2007 UTC (3 years, 8 months ago) by alpt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.38: +2 -2 lines
Diff to previous 1.38
* rem.c:
        rtt32_t rem_rtt_8to32(rtt8_t x)
        rtt8_t rem_rtt_32to8(rtt32_t y)
        bw32_t rem_bw_8to32(bw8_t x)
        bw8_t rem_bw_32to8(bw32_t y)

* bandwidth_in_8bit() deprecated

* CITE.h added

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Sun Dec 17 03:31:33 2006 UTC (3 years, 8 months ago) by alpt
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37
event.c completed?
It seems so.

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Wed Sep 6 22:33:05 2006 UTC (4 years ago) by alpt
Branch: MAIN
Changes since 1.36: +1 -1 lines
Diff to previous 1.36
* 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.36 - (view) (download) (annotate) - [select for diffs]
Sun Aug 27 19:30:25 2006 UTC (4 years ago) by alpt
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35
rand.c optimized

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sun Aug 27 17:50:30 2006 UTC (4 years ago) by alpt
Branch: MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34
rand.c written

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

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Tue Jul 11 23:04:33 2006 UTC (4 years, 2 months ago) by alpt
Branch: MAIN
Changes since 1.32: +1 -1 lines
Diff to previous 1.32
cleaning

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Sat Jun 24 08:12:14 2006 UTC (4 years, 2 months ago) by alpt
Branch: MAIN
Changes since 1.31: +4 -3 lines
Diff to previous 1.31
It almost works, but it hangs on get_ext_maps()

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Wed Jun 7 10:50:37 2006 UTC (4 years, 3 months ago) by alpt
Branch: MAIN
Changes since 1.30: +3 -3 lines
Diff to previous 1.30
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.30 - (view) (download) (annotate) - [select for diffs]
Sat Jun 3 19:01:54 2006 UTC (4 years, 3 months ago) by efphe
Branch: MAIN
Changes since 1.29: +3 -3 lines
Diff to previous 1.29
Changing from ntk-dig to ntk-resolv.

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

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Wed May 31 05:48:37 2006 UTC (4 years, 3 months ago) by alpt
Branch: MAIN
Changes since 1.27: +2 -2 lines
Diff to previous 1.27
- functions added:
	* str_to_snsd_service()
	* snsd_proto_to_str()
	* snsd_service_to_str()
- PACKET compression now works
- code cleaned
- test results:
	* snsd service registration	 WORKS
	* andna reverse ip resolution 	 WORKS
	* andna normal resolution 	 WORKS
	* andna snsd resolution		 UNTESTED

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Tue May 30 02:20:24 2006 UTC (4 years, 3 months ago) by alpt
Branch: MAIN
Changes since 1.26: +4 -2 lines
Diff to previous 1.26
ntkdig now compiles both with SCons and Make.
-lz added

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu May 4 08:01:13 2006 UTC (4 years, 4 months ago) by efphe
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
- Andns and SNSD
- Renaming some file

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Mon May 1 04:36:04 2006 UTC (4 years, 4 months ago) by alpt
Branch: MAIN
Changes since 1.24: +2 -1 lines
Diff to previous 1.24
Converting andna_resolve_hname() to SNSD

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Apr 16 20:53:20 2006 UTC (4 years, 4 months ago) by alpt
Branch: MAIN
Changes since 1.23: +2 -2 lines
Diff to previous 1.23
snsd struct stuff finished

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Apr 6 10:48:13 2006 UTC (4 years, 5 months ago) by alpt
Branch: MAIN
Changes since 1.22: +9 -7 lines
Diff to previous 1.22
rename ntkdig ntk-dig
Make compiles ntk-dig too.

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Apr 6 09:07:13 2006 UTC (4 years, 5 months ago) by alpt
Branch: MAIN
Changes since 1.21: +3 -3 lines
Diff to previous 1.21
rename netsukuku_d ntkd
rename netsukuku_wifi ntk-wifi
rename netsukuku_d.8 ntkd.8
rename netsukuku_wifi.8 ntk-wifi.8

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sat Apr 1 22:07:14 2006 UTC (4 years, 5 months ago) by efphe
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
includes.
Makefile.am modified. Autostuff does not work:
-not supported: source file `libiptc/libip4tc.c' is in subdirectory-
Call the police.
Use scons.

Revision 1.14.2.2 - (view) (download) (annotate) - [select for diffs]
Fri Mar 24 03:00:40 2006 UTC (4 years, 5 months ago) by alpt
Branch: Released
Changes since 1.14.2.1: +2 -1 lines
Diff to previous 1.14.2.1 , to branch point 1.14 , to next main 1.39
0.0.7b Released

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Mar 12 02:54:02 2006 UTC (4 years, 6 months ago) by alpt
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
ok, now it works also with make!

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Mar 12 02:36:54 2006 UTC (4 years, 6 months ago) by alpt
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
0.0.6b --> 0.0.7b

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Mar 12 01:44:04 2006 UTC (4 years, 6 months ago) by efphe
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17

Makefile should work.... isn't it?

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Mar 12 01:42:53 2006 UTC (4 years, 6 months ago) by efphe
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16

Adding netfilter libraries....

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

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Feb 27 15:31:49 2006 UTC (4 years, 6 months ago) by alpt
Branch: MAIN
Changes since 1.15: +3 -2 lines
Diff to previous 1.15
source tree reorganized: the directory scripts/ and conf/ have been created.

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Feb 16 03:38:11 2006 UTC (4 years, 6 months ago) by alpt
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
`andna_hostnames' is now installed by make/scons

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Jan 25 02:59:17 2006 UTC (4 years, 7 months ago) by alpt
Branch: MAIN
Branch point for: Released
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
ChangeLog and manpages updated

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Jan 11 04:30:49 2006 UTC (4 years, 7 months ago) by alpt
Branch: MAIN
Changes since 1.12: +5 -5 lines
Diff to previous 1.12
Andns compiles.

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Jan 11 04:13:35 2006 UTC (4 years, 7 months ago) by alpt
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
andns/*.[ch] moved to src/
The andns code uses now the log.c debug functions.

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Dec 24 18:41:54 2005 UTC (4 years, 8 months ago) by alpt
Branch: MAIN
Changes since 1.10: +6 -6 lines
Diff to previous 1.10
Ripped iptunnel.c from iproute2. It is now ready to be used for the IGS.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Wed Dec 21 11:07:35 2005 UTC (4 years, 8 months ago) by alpt
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
Adapted the libping (http://www.joedog.org/libping/) library in the Netsukuku code.

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

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

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Nov 16 22:39:11 2005 UTC (4 years, 9 months ago) by alpt
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
Continuing in the coding of the NTK_RFC 0001:
- The basic structure of rehook.c has been written. Now we can safely code on
  it.
- Other general stuff I'm not remembering.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Oct 30 13:39:06 2005 UTC (4 years, 10 months ago) by katolaz
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
Some changes in configure.ac

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Oct 30 12:05:08 2005 UTC (4 years, 10 months ago) by katolaz
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Added "--with-gmp-include" in configure.ac

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Oct 30 10:05:40 2005 UTC (4 years, 10 months ago) by katolaz
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3
OK. --enable-debug added in configure.ac

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Oct 30 09:45:43 2005 UTC (4 years, 10 months ago) by katolaz
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2
Many diffs in configure.ac...
Netsukuku.conf now goes into /etc/netsukuku

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Oct 29 23:17:01 2005 UTC (4 years, 10 months ago) by katolaz
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1
Makefile for man-pages added!

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sat Oct 29 22:39:14 2005 UTC (4 years, 10 months ago) by katolaz
Branch: MAIN
OK. Now Netsukuku has an old-style Makefile!

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