2008-08-31 |
Bernd Petrovitsch | - moved the declarations of ipc_init() and shutdown_ipc...
|
commit | commitdiff | tree |
2008-08-31 |
Bernd Petrovitsch | added "-funit-at-a-time" to the gcc options. Newer...
|
commit | commitdiff | tree |
2008-07-08 |
Bernd Petrovitsch | * merge with upstream
|
commit | commitdiff | tree |
2008-06-13 |
Bernd Petrovitsch | merge with upstream
|
commit | commitdiff | tree |
2008-06-01 |
Bernd Petrovitsch | inline small functions
|
commit | commitdiff | tree |
2008-05-05 |
Bernd Petrovitsch | more inlining and a bug fix:
|
commit | commitdiff | tree |
2008-05-05 |
Bernd Petrovitsch | - killed a few "not initialized" warnings
|
commit | commitdiff | tree |
2008-05-05 |
Bernd Petrovitsch | add LIBDIR to the linker flags for olsrd
|
commit | commitdiff | tree |
2008-05-04 |
Bernd Petrovitsch | made list_head_init(), list_node_init(), list_node_on_list...
|
commit | commitdiff | tree |
2007-12-13 |
Bernd Petrovitsch | - add #ifdef DEBUG for 2 OLSR_PRINTF() as suggested...
|
commit | commitdiff | tree |
2007-12-12 |
Bernd Petrovitsch | * fixed another compile error
|
commit | commitdiff | tree |
2007-12-12 |
Bernd Petrovitsch | * avoid the "%1$" in format strigns: CygWin (IIRC)...
|
commit | commitdiff | tree |
2007-12-12 |
Bernd Petrovitsch | * fixed comments
|
commit | commitdiff | tree |
2007-12-12 |
Bernd Petrovitsch | added configuration file support for "flat fib metrics".
|
commit | commitdiff | tree |
2007-12-12 |
Bernd Petrovitsch | * do not generate netmasks but the prefixlen
|
commit | commitdiff | tree |
2007-12-12 |
Bernd Petrovitsch | * do not generate netmasks and fixed up some comments
|
commit | commitdiff | tree |
2007-12-12 |
Bernd Petrovitsch | * fixed variable definitions
|
commit | commitdiff | tree |
2007-12-12 |
Bernd Petrovitsch | * added a missing variable definition
|
commit | commitdiff | tree |
2007-12-12 |
Bernd Petrovitsch | applied patch by Hannes Gredler <hannes@gredler.at>::
|
commit | commitdiff | tree |
2007-12-12 |
Bernd Petrovitsch | * allow IPv6 HNA addresses only in IPv6 mode. The same...
|
commit | commitdiff | tree |
2007-12-12 |
Bernd Petrovitsch | * ooops, fixed typo
|
commit | commitdiff | tree |
2007-12-11 |
Bernd Petrovitsch | - Replaced "which" with a /bin/sh script snippet.
|
commit | commitdiff | tree |
2007-12-11 |
Bernd Petrovitsch | - Replaced "which" with a /bin/sh script snippet.
|
commit | commitdiff | tree |
2007-12-06 |
Bernd Petrovitsch | * avoid left over "a.out"
|
commit | commitdiff | tree |
2007-12-06 |
Bernd Petrovitsch | * made a local never changed constant variable a #define
|
commit | commitdiff | tree |
2007-12-06 |
Bernd Petrovitsch | * removed the unused functions get_if_property_id(...
|
commit | commitdiff | tree |
2007-12-06 |
Bernd Petrovitsch | * src/linux/net.h is used by one .c file only. No need...
|
commit | commitdiff | tree |
2007-12-06 |
Bernd Petrovitsch | * src/linux/net.h is used by one .c file only. No need...
|
commit | commitdiff | tree |
2007-12-06 |
Bernd Petrovitsch | * added niclude files needed by this header file
|
commit | commitdiff | tree |
2007-12-06 |
Bernd Petrovitsch | * commented out unused functions
|
commit | commitdiff | tree |
2007-12-06 |
Bernd Petrovitsch | adding $(OS_LIB_PTHREAD) once in Makefile.inc is enough
|
commit | commitdiff | tree |
2007-12-06 |
Bernd Petrovitsch | - added "-ffunction-sections -fdata-sections -Wl,-...
|
commit | commitdiff | tree |
2007-12-06 |
Bernd Petrovitsch | - adding $(OS_LIB_PTHREAD) once in Makefile.inc is...
|
commit | commitdiff | tree |
2007-12-06 |
Bernd Petrovitsch | * similar to gcc-warnings but for linker options
|
commit | commitdiff | tree |
2007-12-06 |
Bernd Petrovitsch | * make it work with gcc-3.2.3 and beautified it
|
commit | commitdiff | tree |
2007-12-02 |
Bernd Petrovitsch | * ISO8859-1 -> UTF-8
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | * fixed a warning on 64bit
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | * added more warnings
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | - killed hna_chgestruct to reduce malloc()/free() churn
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | * fixed warnings
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | * missed the changelog
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | "open_ipc" is only a boolean value containing "olsr_cnf...
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | * more fixes fro MacOSX
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | * removed the commented out COPY_IP() and COMP_IP(...
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | * ISO8859-* -> UTF_8
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | * ISO8859-* -> UTF_8
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | * killed the duplicated olsr_ip_to_string() functions
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | * added a forgotten line
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | * applied bsdfix_pwm.diff.txt from Patrick McCarty...
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | * fixed a warning
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | * define LINUX_POLICY_ROUTING only if it is not defined...
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | * fixed another corner
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | * fixed debug output
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | * and some blurb for the changelog
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | Major Changes:
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | Patch from Sven-Ola Tuecke <sven-ola@gmx.de> from
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | Patch from Sven-Ola Tuecke <sven-ola@gmx.de> from
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | Patch from Sven-Ola Tuecke <sven-ola@gmx.de> from
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | Patch from Sven-Ola Tuecke <sven-ola@gmx.de> from
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | Bug Fixes (of stupid and forgotten bugs) from Sven...
|
commit | commitdiff | tree |
2007-11-29 |
Bernd Petrovitsch | - a forgotten hangelog entry
|
commit | commitdiff | tree |
2007-11-28 |
Bernd Petrovitsch | * applied (a somewhat modified) patch by Patrick McCarty...
|
commit | commitdiff | tree |
2007-11-27 |
Bernd Petrovitsch | * fixed compile warnings
|
commit | commitdiff | tree |
2007-11-27 |
Bernd Petrovitsch | * fixed compile warnings
|
commit | commitdiff | tree |
2007-11-25 |
Bernd Petrovitsch | * saved a few bytes
|
commit | commitdiff | tree |
2007-11-25 |
Bernd Petrovitsch | * saved a few bytes
|
commit | commitdiff | tree |
2007-11-25 |
Bernd Petrovitsch | * fixed name - and commented the unused enum out
|
commit | commitdiff | tree |
2007-11-25 |
Bernd Petrovitsch | * oops, fixed typo
|
commit | commitdiff | tree |
2007-11-25 |
Bernd Petrovitsch | * rearranged fields a little bit to save space
|
commit | commitdiff | tree |
2007-11-25 |
Bernd Petrovitsch | * fixed bug: ip4cmp() was severly broken
|
commit | commitdiff | tree |
2007-11-25 |
Bernd Petrovitsch | * added paranoia checks
|
commit | commitdiff | tree |
2007-11-23 |
Bernd Petrovitsch | * prefix_len is always an unsigned 8 bit int
|
commit | commitdiff | tree |
2007-11-22 |
Bernd Petrovitsch | * bug fix: set "ipsize" and "maxplen" if we set the...
|
commit | commitdiff | tree |
2007-11-20 |
Bernd Petrovitsch | * #define MSG_NOSIGNAL only if it's really not defined...
|
commit | commitdiff | tree |
2007-11-20 |
Bernd Petrovitsch | * use "__attribute__((unused))"
|
commit | commitdiff | tree |
2007-11-20 |
Bernd Petrovitsch | * added "#include <limits.h>" as we use some constant...
|
commit | commitdiff | tree |
2007-11-19 |
Bernd Petrovitsch | * added support for EXTRA_CPPFLAGS
|
commit | commitdiff | tree |
2007-11-18 |
Bernd Petrovitsch | - olsr_process_message_neighbors is now a static function...
|
commit | commitdiff | tree |
2007-11-18 |
Bernd Petrovitsch | * killed an unused field
|
commit | commitdiff | tree |
2007-11-18 |
Bernd Petrovitsch | * and a few lines in the CHANGELOG
|
commit | commitdiff | tree |
2007-11-18 |
Bernd Petrovitsch | - use ip{4,}cmp in lq_avl.[ch] to resue the code. inline_avl...
|
commit | commitdiff | tree |
2007-11-18 |
Bernd Petrovitsch | consolidated ip{4,6,}{cmp,equal}: all are nwo inline...
|
commit | commitdiff | tree |
2007-11-17 |
Bernd Petrovitsch | * patch by Hannes Gredler <hannes@grwedler.at>: fixed...
|
commit | commitdiff | tree |
2007-11-16 |
Bernd Petrovitsch | * added -Wcast-qual: this killed lots of unnecessary...
|
commit | commitdiff | tree |
2007-11-16 |
Bernd Petrovitsch | PATCH by Hannes Gredler <hannes@gredler.at>:
|
commit | commitdiff | tree |
2007-11-16 |
Bernd Petrovitsch | * fixed bug: we got garbled output on the line with...
|
commit | commitdiff | tree |
2007-11-16 |
Bernd Petrovitsch | * added -Wbad-function-cast
|
commit | commitdiff | tree |
2007-11-16 |
Bernd Petrovitsch | * added -WWendif-labels
|
commit | commitdiff | tree |
2007-11-16 |
Bernd Petrovitsch | * added -Wwrite-strings
|
commit | commitdiff | tree |
2007-11-15 |
Bernd Petrovitsch | cleanup: merged html.h into the places where it is...
|
commit | commitdiff | tree |
2007-11-14 |
Bernd Petrovitsch | * and somethigng here too
|
commit | commitdiff | tree |
2007-11-14 |
Bernd Petrovitsch | Patch by Hannes Gredler <hannes@gredler.at> to avoid...
|
commit | commitdiff | tree |
2007-11-14 |
Bernd Petrovitsch | * fixed a bug in the olsr_netmask_to_prefix() function...
|
commit | commitdiff | tree |
2007-11-12 |
Bernd Petrovitsch | fixed and improved the `gcc-warnings` script:
|
commit | commitdiff | tree |
2007-11-11 |
Bernd Petrovitsch | * and something for the CHANGELOG
|
commit | commitdiff | tree |
2007-11-11 |
Bernd Petrovitsch | * const'ified olsr_ioctl_{add,del}_route{,6}()
|
commit | commitdiff | tree |
2007-11-11 |
Bernd Petrovitsch | * const'ified ipc_route_send_rtentry
|
commit | commitdiff | tree |
2007-11-11 |
Bernd Petrovitsch | * killed a superflous "return" at the end of a void...
|
commit | commitdiff | tree |
2007-11-11 |
Bernd Petrovitsch | * made inline functions from avl_walk_{first,last,next...
|
commit | commitdiff | tree |
2007-11-11 |
Bernd Petrovitsch | * moved the #define INLINE to a more appropriate .h...
|
commit | commitdiff | tree |
next |