[cvs] / netsukuku / src / SConstruct Repository:
ViewVC logotype

Log of /netsukuku/src/SConstruct

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


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

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Tue Jan 23 08:12:19 2007 UTC (3 years, 7 months ago) by alpt
Branch: MAIN
CVS Tags: HEAD
Changes since 1.67: +1 -1 lines
Diff to previous 1.67
Sources WoCified: see  http://www.freaknet.org/alpt/src/utils/woc/readme

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Tue Jan 2 11:14:40 2007 UTC (3 years, 8 months ago) by alpt
Branch: MAIN
Changes since 1.66: +2 -2 lines
Diff to previous 1.66
* 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.66 - (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.65: +1 -1 lines
Diff to previous 1.65
event.c completed?
It seems so.

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Sat Dec 16 17:13:05 2006 UTC (3 years, 8 months ago) by alpt
Branch: MAIN
Changes since 1.64: +1 -0 lines
Diff to previous 1.64
Coding again:

	* Writing event.[ch]:
	  It's a general library used to register, trigger and receive events.
	  One or more functions of different modules are attached to a particular
	  event. When that event occurs, they will be called in order. For example,
	  when a packet is received, the event EV_RECVD_PACKET is triggered, and the
	  function exec_pkt() is be called.

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Sat Nov 11 18:45:31 2006 UTC (3 years, 9 months ago) by efphe
Branch: MAIN
Changes since 1.63: +1 -1 lines
Diff to previous 1.63
* ntk-resolv, pretty print
* SConstruct: idir_mod was called idir_pid. Note that idir_mode is not created
    with `scons install`

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Wed Sep 6 22:33:05 2006 UTC (4 years ago) by alpt
Branch: MAIN
Changes since 1.62: +1 -1 lines
Diff to previous 1.62
* 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.62 - (view) (download) (annotate) - [select for diffs]
Sun Aug 27 17:50:30 2006 UTC (4 years ago) by alpt
Branch: MAIN
Changes since 1.61: +1 -1 lines
Diff to previous 1.61
rand.c written

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

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Tue Jul 11 00:02:39 2006 UTC (4 years, 2 months ago) by alpt
Branch: MAIN
Changes since 1.59: +1 -1 lines
Diff to previous 1.59
Yeahah. It works \o/
It was a stupid bug in pkt_compress(). -_'

0.0.9b coming soon

Revision 1.59 - (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.58: +2 -2 lines
Diff to previous 1.58
It almost works, but it hangs on get_ext_maps()

Revision 1.58 - (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.57: +3 -2 lines
Diff to previous 1.57
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.57 - (view) (download) (annotate) - [select for diffs]
Sun Jun 4 08:11:38 2006 UTC (4 years, 3 months ago) by alpt
Branch: MAIN
Changes since 1.56: +2 -0 lines
Diff to previous 1.56
debugging...

Revision 1.56 - (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.55: +4 -4 lines
Diff to previous 1.55
Changing from ntk-dig to ntk-resolv.

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Sat Jun 3 12:33:53 2006 UTC (4 years, 3 months ago) by alpt
Branch: MAIN
Changes since 1.54: +21 -8 lines
Diff to previous 1.54
+ 'destdir' in SConstruct
+ static option in SConstruct

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

Revision 1.53 - (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.52: +3 -1 lines
Diff to previous 1.52
- 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.52 - (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.51: +3 -3 lines
Diff to previous 1.51
ntkdig now compiles both with SCons and Make.
-lz added

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Mon May 29 21:05:29 2006 UTC (4 years, 3 months ago) by efphe
Branch: MAIN
Changes since 1.50: +4 -0 lines
Diff to previous 1.50
- Added Zlib to andns.
- Rfc 006 modified.
- SConstruct check for zlib.h
- configure.ac check for zlib.h
- Removed a memory leak in a_u().

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Sat May 27 16:00:58 2006 UTC (4 years, 3 months ago) by efphe
Branch: MAIN
Changes since 1.49: +4 -4 lines
Diff to previous 1.49
More debugging. Some temporrary printing functions are now present.

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Fri May 26 00:21:47 2006 UTC (4 years, 3 months ago) by efphe
Branch: MAIN
Changes since 1.48: +4 -5 lines
Diff to previous 1.48
Tomorrow we enter the town of ntk-dig.
I want to be ready.

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Sun May 14 13:39:30 2006 UTC (4 years, 3 months ago) by efphe
Branch: MAIN
Changes since 1.47: +1 -1 lines
Diff to previous 1.47
developing ntk-ding and his man page.

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Tue May 9 21:24:17 2006 UTC (4 years, 4 months ago) by efphe
Branch: MAIN
Changes since 1.46: +2 -1 lines
Diff to previous 1.46
ntk-dig removed from scons: it has to be rewrited for snsd proto.

Revision 1.46 - (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.45: +3 -2 lines
Diff to previous 1.45
- Andns and SNSD
- Renaming some file

Revision 1.45 - (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.44: +1 -1 lines
Diff to previous 1.44
Converting andna_resolve_hname() to SNSD

Revision 1.44 - (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.43: +1 -1 lines
Diff to previous 1.43
snsd struct stuff finished

Revision 1.43 - (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.42: +1 -1 lines
Diff to previous 1.42
rename ntkdig ntk-dig
Make compiles ntk-dig too.

Revision 1.42 - (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.41: +4 -4 lines
Diff to previous 1.41
rename netsukuku_d ntkd
rename netsukuku_wifi ntk-wifi
rename netsukuku_d.8 ntkd.8
rename netsukuku_wifi.8 ntk-wifi.8

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Tue Apr 4 23:32:51 2006 UTC (4 years, 5 months ago) by efphe
Branch: MAIN
Changes since 1.40: +2 -1 lines
Diff to previous 1.40
ntkdig is compiled and installed by default in scons

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sun Apr 2 17:59:57 2006 UTC (4 years, 5 months ago) by efphe
Branch: MAIN
Changes since 1.39: +3 -2 lines
Diff to previous 1.39
 * -lresolv removed
 * ntkdig compiles

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sat Apr 1 21:55:47 2006 UTC (4 years, 5 months ago) by efphe
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38
Andns library rewritten.
andnslib works on andns protocolo (NTK_RFC 0006).
dnslib works on dns packet
andns works on dns_wrapper.

MX now works for inet resolutions.

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Wed Mar 29 16:54:46 2006 UTC (4 years, 5 months ago) by alpt
Branch: MAIN
Changes since 1.37: +1 -1 lines
Diff to previous 1.37
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.30.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.30.2.1: +17 -3 lines
Diff to previous 1.30.2.1 , to branch point 1.30 , to next main 1.68
0.0.7b Released

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Thu Mar 16 14:56:51 2006 UTC (4 years, 5 months ago) by efphe
Branch: MAIN
Changes since 1.36: +2 -0 lines
Diff to previous 1.36
building ntkdig

Revision 1.36 - (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.35: +1 -1 lines
Diff to previous 1.35
0.0.6b --> 0.0.7b

Revision 1.35 - (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.34: +2 -2 lines
Diff to previous 1.34

Adding netfilter libraries....

Revision 1.30.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.30: +8 -9 lines
Diff to previous 1.30
Branch "Released" updated to the current 0.0.6b version.

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Thu Mar 2 04:14:51 2006 UTC (4 years, 6 months ago) by alpt
Branch: MAIN
Changes since 1.33: +12 -0 lines
Diff to previous 1.33
The coding of the multigw part of the IGS is begun.
* OS defines added in the SConstruct.
* fwmark support in krnl_rule.c
* tunlX support in iptunnel.c

Revision 1.33 - (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.32: +7 -8 lines
Diff to previous 1.32
source tree reorganized: the directory scripts/ and conf/ have been created.

Revision 1.32 - (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.31: +1 -1 lines
Diff to previous 1.31
`andna_hostnames' is now installed by make/scons

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Tue Feb 14 23:55:09 2006 UTC (4 years, 6 months ago) by alpt
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
	* The ppp connection to the Internet doesn't set an IP address in the
	  default route of the kernel but only the use ppp interface,
	  therefore NetsukukuD has to deduce it from the IP assigned to the
	  ppp interface, i.e. ppp0.

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sat Jan 14 01:47:36 2006 UTC (4 years, 7 months ago) by efphe
Branch: MAIN
Branch point for: Released
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
dbg

Revision 1.29 - (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.28: +4 -3 lines
Diff to previous 1.28
Andns compiles.

Revision 1.28 - (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.27: +0 -8 lines
Diff to previous 1.27
andns/*.[ch] moved to src/
The andns code uses now the log.c debug functions.

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Dec 30 01:44:21 2005 UTC (4 years, 8 months ago) by alpt
Branch: MAIN
Changes since 1.26: +2 -0 lines
Diff to previous 1.26
The Internet Gateway Search code is now complete, time to test it.
Other small optimizations:
* Big endian fixes in iptogid() and gidtoip()
* Automake, autoconf fixes. ./configure didn't define CONF_DIR in config.h

Revision 1.26 - (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.25: +3 -3 lines
Diff to previous 1.25
Ripped iptunnel.c from iproute2. It is now ready to be used for the IGS.

Revision 1.25 - (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.24: +1 -1 lines
Diff to previous 1.24
Adapted the libping (http://www.joedog.org/libping/) library in the Netsukuku code.

Revision 1.24 - (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.23: +1 -1 lines
Diff to previous 1.23
Added support for ip_masquerade.sh

Revision 1.23 - (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.22: +1 -1 lines
Diff to previous 1.22
NTK_RFC 0003 (Internet Gateway Search) is being written.
First sketch made.

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Dec 4 14:56:33 2005 UTC (4 years, 9 months ago) by alpt
Branch: MAIN
Changes since 1.21: +8 -7 lines
Diff to previous 1.21
- map_rnode doesn't use anymore the timeval struct and map_rnode.rtt was
  removed 'cause it was obsolete. In conclusion we gained 12 bytes for each
  rnode.
- map_gnode has now a new member: u_int gcount.
- Code cleaned:
	- qspn-empiric.c is now stand alone 'cause the part of code it
	  depended on was included in itself.
	- the ancient code of the QSPN_MAP_STYLE_I has been removed, it was
	  obsolete.
- some bugs of the new code resolved.
- the test of the 0001 continues.

Revision 1.21 - (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.20: +1 -1 lines
Diff to previous 1.20
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.20 - (view) (download) (annotate) - [select for diffs]
Sun Oct 30 15:19:50 2005 UTC (4 years, 10 months ago) by alpt
Branch: MAIN
Changes since 1.19: +5 -5 lines
Diff to previous 1.19
The daemon creates /usr/share/netsukuku/ if it doesn't exist

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Oct 30 10:14:22 2005 UTC (4 years, 10 months ago) by alpt
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
Great joy: SCons and autoconf/automake work togheter \o/

Revision 1.18 - (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.17: +1 -1 lines
Diff to previous 1.17
Many diffs in configure.ac...
Netsukuku.conf now goes into /etc/netsukuku

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Oct 29 22:27:52 2005 UTC (4 years, 10 months ago) by alpt
Branch: MAIN
Changes since 1.16: +3 -0 lines
Diff to previous 1.16
- Now /sys/net/ipv4/conf/INTERFACE/rp_filter is automatically disabled for the
  used interface.
- Errors in load_hostnames() fixed. (It crashed it there was an just an empty
  '\n').
- Added CC and CXX options in Scontrusct. Changes provided by Tero Auvinen.

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sat Oct 29 20:22:16 2005 UTC (4 years, 10 months ago) by alpt
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
bug in andna_resolve_hname()

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Oct 29 10:48:50 2005 UTC (4 years, 10 months ago) by alpt
Branch: MAIN
Changes since 1.14: +6 -0 lines
Diff to previous 1.14
Small changes:
- Fixed andna_check_counter() in andna.c.
- Now when a node dies a qspn is sent. This is useful to keep the maps
  updated. Until now it was disabled.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Oct 27 19:42:51 2005 UTC (4 years, 10 months ago) by alpt
Branch: MAIN
Changes since 1.13: +35 -9 lines
Diff to previous 1.13
things are getting more stable.
Bug fixed:
	- the multi-if code didn't set right all the routes. krnl_route.c
	  needed a change in add_nexthop()
	- get_gw_ips() overwrote the stack if single_gw was used.
	- some crashes in the andna.c code.
	- the initialization of the int_info struct for the get_qspn_round
	  request was malformed.
	- qspn_b_add did a wrong memset.
	- the /usr/share/netsukuku directory wasn't created during the
	  installation.
	- Other stuff...

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon Oct 10 20:58:40 2005 UTC (4 years, 11 months ago) by alpt
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
From _NOW_ the source code of the CVS is not stable anymore.
The code to handle the endianness in the int/short variables of the packets is
being written. The main code to handle this is in src/endianness.[ch].

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Sep 29 16:12:51 2005 UTC (4 years, 11 months ago) by alpt
Branch: MAIN
Changes since 1.11: +7 -0 lines
Diff to previous 1.11
Preparation for publication

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Sep 28 20:12:45 2005 UTC (4 years, 11 months ago) by alpt
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
The DNS wrapper was completed, tested and it works. YEA. Thanks to Cyberz.

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Sep 24 23:19:05 2005 UTC (4 years, 11 months ago) by alpt
Branch: MAIN
Changes since 1.9: +10 -4 lines
Diff to previous 1.9
Man pages written.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Sep 22 21:01:35 2005 UTC (4 years, 11 months ago) by alpt
Branch: MAIN
Changes since 1.8: +87 -12 lines
Diff to previous 1.8
Getting ready for publication. Count to 3 ;)

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Sep 10 22:23:51 2005 UTC (5 years ago) by alpt
Branch: MAIN
Changes since 1.7: +5 -4 lines
Diff to previous 1.7
Andna hostname registration tested and working (without counter_node for now ;)

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Sep 7 23:39:01 2005 UTC (5 years ago) by alpt
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
The code for the configuration file was written.
Other little fixes.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Aug 30 15:38:15 2005 UTC (5 years ago) by alpt
Branch: MAIN
Changes since 1.5: +5 -4 lines
Diff to previous 1.5
The ANDNA code is now complete! Joy my friends o/
Yes, and it compiles too. Time to become made testing it ^_.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jul 6 22:51:14 2005 UTC (5 years, 2 months ago) by alpt
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Adesso esiste la documentazione del protocollo, adesso completo, dell'ANDNA.
Si trova nel documento principale.

Per quanto riguarda il codice, dopo diversi tentativi di migliorare il
supporto per l'ipv6:
Ipv6 MALE MORTE MALE ipv6 DIE NOW!
Supporto per l'Ipv6 momentaneamente sospeso.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Mon Jun 20 14:28:52 2005 UTC (5 years, 2 months ago) by alpt
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
Netsukuku document finally [re]added in the CVS.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Mon Jun 13 15:48:44 2005 UTC (5 years, 2 months ago) by alpt
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
Netsukuku is now in beta since yesterday!
It works. Ode to joy.
YUPPI YUPPI YEAH

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed May 18 11:54:29 2005 UTC (5 years, 3 months ago) by alpt
Branch: MAIN
Changes since 1.1: +11 -9 lines
Diff to previous 1.1
Written the code for the tracer_pkt restricted to the startes' continual group.
Now the qspn for the gnodes seems to work \o/
Fixed some bugs in the linked list code.
Time to test the bblocks.

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sat May 14 19:12:08 2005 UTC (5 years, 3 months ago) by alpt
Branch: MAIN
Il qspn tende a funzionare completamente. Sostituito il makefile con scons.
Adess il MAXGROUPNODE e' settato a 256, e quindi vengono usati u_char al posto
di u_short, ed i livelli di conseguenza sono cambiati.
ADOT @ medialab with Scinziatu.
Saltando vien detto: Chi non coda in compagnia e' un ladro o una spia !

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