root/trunk/batman

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1201 [1201] 18 months simon remove the (outdated) freifunk instructions from the INSTALL
(edit) @1196 [1196] 19 months simon fix some typos
(edit) @1195 [1195] 19 months marek update documentation a bit more ;)
(edit) @1194 [1194] 19 months marek update documentation
(edit) @1193 [1193] 19 months simon allow specification of CFLAGS and LDFLAGS from environment
(edit) @1191 [1191] 19 months simon remove old README, move usage to new README
(edit) @1190 [1190] 19 months simon note that GNU Make is needed
(edit) @1189 [1189] 19 months simon Suppress warning about unused parameter in bsd/*.c Signed-off-by: Sven …
(edit) @1188 [1188] 19 months simon Sync definitions in bsd/* with definitions Signed-off-by: Sven Eckelmann …
(edit) @1187 [1187] 19 months simon remove obsolete list.c/list.h
(edit) @1186 [1186] 19 months simon Remove merge conflict marker from batman/INSTALL
(edit) @1185 [1185] 19 months marek Most of the urls are redirected by an 301 Moved permanently but some …
(edit) @1184 [1184] 19 months marek update man page
(edit) @1183 [1183] 19 months marek remove weird chars from INSTALL file
(edit) @1182 [1182] 19 months simon modify path for new release scheme
(edit) @1181 [1181] 19 months simon update copyright info, add remark about *bsd/macos
(edit) @1180 [1180] 19 months simon update INSTALL (at least partly)
(edit) @1178 [1178] 19 months simon Detect unstable version in SOURCE_VERSION The SOURCE_VERSION consists of …
(edit) @1177 [1177] 19 months simon prepare batman 0.3.1 release
(edit) @1172 [1172] 20 months marek batman tunnel refactoring
(edit) @1171 [1171] 20 months simon Yet another patch by Sven Eckelmann: Don't truncate file descriptor in …
(edit) @1170 [1170] 20 months simon Apply another patch by Sven Eckelmann: * Remove unused functions …
(edit) @1169 [1169] 20 months simon Now really, apply Svens Patch: * Use declaration of vis_if from batman.h
(edit) @1168 [1168] 20 months simon Apply more patches from Sven Eckelmann: * Respect (un)signess of …
(edit) @1167 [1167] 20 months simon Patches by Sven Eckelmann: * Use ansi-style declaration for …
(edit) @1166 [1166] 20 months simon Use C99 designated initializer Instead of using a non standard feature …
(edit) @1164 [1164] 20 months simon use interface-entries of routers, not orig_node in update_hna()
(edit) @1163 [1163] 20 months simon delete hnas from the old router, not the new one.
(edit) @1162 [1162] 20 months marek deploy route/rule type defines in the linux kernel routing code adjust …
(edit) @1161 [1161] 20 months marek add rule name constants
(edit) @1160 [1160] 20 months simon change add_del_*() to use named constants and to avoid bugs and confusion …
(edit) @1159 [1159] 20 months marek delete HNA routes do not throw routes instead of HNA
(edit) @1158 [1158] 20 months simon Reduce verbosity of make Make's normal output makes it hard to …
(edit) @1155 [1155] 21 months simon make IP invalid message a little more precise
(edit) @1153 [1153] 21 months simon remove another commented out (obsolete) function
(edit) @1152 [1152] 21 months marek remove old comments remove containerof / offsetof
(edit) @1150 [1150] 21 months simon beautify minor things, make compilation more strict (thanks Sven for …
(edit) @1149 [1149] 21 months simon Use device_create instead of device_create_drvdata in linux modules The …
(edit) @1145 [1145] 22 months marek refactored packet scheduler works - debug code removed "batmand -c" output …
(edit) @1144 [1144] 22 months simon FIX: only free() if buffer was allocated
(edit) @1143 [1143] 22 months marek remove debug code
(edit) @1142 [1142] 22 months marek refactor packet scheduler for optimized packet handling
(edit) @1141 [1141] 22 months simon update_hna(): routes must be reset when the next hop router changed
(edit) @1140 [1140] 22 months marek add debug code - will be remove soon
(edit) @1139 [1139] 22 months marek fix debug output
(edit) @1135 [1135] 22 months simon replace add_del_hna() with update_hna(). Instead of deleting and …
(edit) @1133 [1133] 22 months simon make VIS_COMPAT_VERSION consistent (forgot to update vis, now its defined …
(edit) @1130 [1130] 22 months marek fix routing order change
(edit) @1129 [1129] 22 months marek reorder route add/delete in order to prevent connection losses
(edit) @1128 [1128] 22 months marek add experimental jitter for rebroadcasts
(edit) @1127 [1127] 22 months marek fix copy & paste error which happened while applying Svens latest patch
(edit) @1126 [1126] 22 months marek [B.A.T.M.A.N.] [PATCH] Let the compiler interpret the noreturn situation …
(edit) @1125 [1125] 22 months marek [B.A.T.M.A.N.] [PATCH] Remove dead stores in batmand Signed-off-by: Sven …
(edit) @1124 [1124] 22 months marek [B.A.T.M.A.N.] [PATCH] Mark not returning functions with noreturn The …
(edit) @1121 [1121] 22 months simon Don't use iterator of wip_hash to delete bucket in vip_hash The hash …
(edit) @1120 [1120] 22 months simon Sync hash implementation of batgat and batman-adv The compare functions …
(edit) @1119 [1119] 22 months simon Allow unoptimized builds of batgat Currently htons is a functions …
(edit) @1118 [1118] 22 months simon Send TUNNEL_IP_REQUEST as response of TUNNEL_IP_REQUEST Userspace gateway …
(edit) @1117 [1117] 22 months simon Move more linux 2.6 compat stuff to compat26.h Author: Sven Eckelmann …
(edit) @1116 [1116] 22 months simon Backport gateway module to 2.6.18 kernel_bind and other kernel socket api …
(edit) @1115 [1115] 23 months marek don't print empty debug messages
(edit) @1114 [1114] 23 months marek Fix batman version string. We released 0.3 a while back. We are working …
(edit) @1113 [1113] 23 months marek If the routing class is higher than 3 don't wait a full ogm cycle until a …
(edit) @1112 [1112] 23 months marek [PATCH] Make batman debug allocation function thread safe Different list …
(edit) @1111 [1111] 23 months marek [PATCH] Make batman timer functions thread safe The calculation inside of …
(edit) @1110 [1110] 23 months marek [PATCH] Don't validate hardware address of batgat gate0 device linux …
(edit) @1109 [1109] 23 months simon [PATCH] kfree list nodes after deleting them from free_client_list in …
(edit) @1108 [1108] 23 months simon [PATCH] Remove batgat proc entries correctly We must remove the …
(edit) @1107 [1107] 23 months simon [PATCH] Unlock all spinlocks in batgat We leave get_ip_addr when a client …
(edit) @1106 [1106] 23 months simon FIX: write vip_hash/wip_hash pointers, not the function arguments. …
(edit) @1099 [1099] 2 years simon fix batgat for linux kernel 2.6.26
(edit) @1098 [1098] 2 years simon batgat Makefile: fix SVN/SVK revision extraction, accept KERNELPATH
(edit) @1092 [1092] 2 years simon add copyright notes
(edit) @1086 [1086] 2 years simon check *before* accessing forw_node->if_outgoing
(edit) @1080 [1080] 2 years marek simply close script pipe instead of killing the poor kid (as suggested by …
(edit) @1079 [1079] 2 years marek fix multiple interface forward handling typo …
(edit) @1074 [1074] 2 years simon change TQ in vis fields back to 8 bit, increase vis compat version to 23
(edit) @1072 [1072] 2 years simon more portnumber updates …
(edit) @1071 [1071] 2 years simon update INSTALL (new ports, batman 0.3)
(edit) @1067 [1067] 2 years elektra Wrote a note that README is out of date at the moment.
(edit) @1066 [1066] 2 years marek forward given arguments to the policy routing script (idea from Antony …
(edit) @1065 [1065] 2 years marek fix bugs in linux/kernel.c fix close(sock) bug in is_interface_up() let …
(edit) @1058 [1058] 2 years marek update vis and batman version number
(edit) @1056 [1056] 2 years simon fix SECTION in manpages remove -lpthread from battool, it's not needed
(edit) @1055 [1055] 2 years simon merge INSTALL, change version to 0.3.1 (for any later bugfixing release …
(edit) @1046 [1046] 2 years simon fix module for 2.6.24+
(edit) @1045 [1045] 2 years marek fix aggregation
(edit) @1019 [1019] 2 years marek fix aggregation
(edit) @996 [996] 2 years marek little debug output improvement
(edit) @995 [995] 2 years marek reserve enough memory for packets to be aggregated :|
(edit) @994 [994] 2 years marek fix crash after retransmitting a packet remove unnecessary static …
(edit) @987 [987] 2 years marek packet aggregation roundup (feel free to test it now) unused unidrectional …
(edit) @986 [986] 2 years marek packet aggregation added (enable with --aggregation) [experimental feature …
(edit) @985 [985] 2 years marek remove temporary flags as minimum_send, minimum_recv, asym_power, …
(edit) @984 [984] 2 years marek revert unwanted "tab to space" changes improve makefile speed
(edit) @983 [983] 2 years marek revert back to 8 bit tq value setting minimum send and minimum recv to …
(edit) @981 [981] 2 years marek change gateway with -r > 2 if this gateway had not a gateway failure …
(edit) @979 [979] 2 years simon - FIX: normalize properly
(edit) @978 [978] 2 years marek save the file before committing ... :|
(edit) @977 [977] 2 years marek more timing fixes (thanks to Simon)
Note: See TracRevisionLog for help on using the revision log.