Repositories
/
olsrd.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
also try configuring ad-hoc after interface is up, if not already in ad-hoc mode...
[olsrd.git]
/
lib
/
pud
/
2012-05-02
Ferry Huberts
PUD: add SmartGatewayPeriod/SmartGatewayStableCount...
tree
|
commitdiff
2012-04-23
Ferry Huberts
PUD: when building from a snapshot, do not complain...
tree
|
commitdiff
2012-04-23
Ferry Huberts
PUD: generate and provide version in/from Makefile
tree
|
commitdiff
2012-04-19
Ferry Huberts
PUD: do not use deduplication in the downlink path
tree
|
commitdiff
2012-04-19
Ferry Huberts
PUD: check type after length in downlink path
tree
|
commitdiff
2012-04-19
Ferry Huberts
PUD: fix infinite loop on downlink receive errors
tree
|
commitdiff
2012-04-19
Ferry Huberts
PUD: check downlink header fields in correct order
tree
|
commitdiff
2012-04-17
Ferry Huberts
PUD: update configuration file
tree
|
commitdiff
2012-04-17
Ferry Huberts
PUD: add positionFile plugin parameter
tree
|
commitdiff
2012-04-17
Ferry Huberts
PUD: add some includes
tree
|
commitdiff
2012-04-17
Ferry Huberts
Revert "PUD: packetReceivedFromOlsr should be unregiste...
tree
|
commitdiff
2012-04-10
Ferry Huberts
PUD: the NMEA library has moved
tree
|
commitdiff
2012-04-06
Ferry Huberts
PUD: replace rt.jar file with ee.j2se.jar
tree
|
commitdiff
2012-04-05
Ferry Huberts
PUD: destroyState was removed in c33a5bb
tree
|
commitdiff
2012-04-02
Ferry Huberts
Merge branch 'pud' into stable
tree
|
commitdiff
2012-03-28
Ferry Huberts
PUD: remove pointless mutex from state
tree
|
commitdiff
2012-03-28
Ferry Huberts
PUD: remove pointless mutex from receiver
tree
|
commitdiff
2012-03-28
Ferry Huberts
PUD: remove pointless mutex from dedup
tree
|
commitdiff
2012-03-15
Ferry Huberts
PUD: include compiler.h where needed
tree
|
commitdiff
2012-03-15
Ferry Huberts
PUD: make sure horizontal distance is an absolute number
tree
|
commitdiff
2012-03-15
Ferry Huberts
PUD: remove debug code
tree
|
commitdiff
2012-03-15
Ferry Huberts
PUD: allow output pointers to be NULL in determineState...
tree
|
commitdiff
2012-03-15
Ferry Huberts
PUD: when gateway changed, always update it on the...
tree
|
commitdiff
2012-03-15
Ferry Huberts
PUD: fix validity time on uplink and reduce lock conten...
tree
|
commitdiff
2012-03-15
Ferry Huberts
PUD: consistent use of external state and resulting...
tree
|
commitdiff
2012-03-14
Ferry Huberts
PUD: rename a field of TransmitGpsInformation
tree
|
commitdiff
2012-03-14
Ferry Huberts
PUD: pull condition out of doImmediateTransmit
tree
|
commitdiff
2012-03-14
Ferry Huberts
PUD: fix updating substate related information in trans...
tree
|
commitdiff
2012-03-14
Ferry Huberts
PUD: cleanup includes
tree
|
commitdiff
2012-03-14
Ferry Huberts
PUD: update doxygen files
tree
|
commitdiff
2012-03-14
Ferry Huberts
PUD: split position and gateway paths
tree
|
commitdiff
2012-03-14
Ferry Huberts
PUD: move state code into its own source files
tree
|
commitdiff
2012-03-14
Ferry Huberts
PUD: do not change state on unknown movement
tree
|
commitdiff
2012-03-14
Ferry Huberts
PUD: only reference external state once in txToAllOlsrI...
tree
|
commitdiff
2012-03-14
Ferry Huberts
PUD: split position and gateway state
tree
|
commitdiff
2012-03-14
Ferry Huberts
PUD: put state initialisation in it own function
tree
|
commitdiff
2012-03-14
Ferry Huberts
PUD: add gateway hysteresis configuration parameters
tree
|
commitdiff
2012-03-14
Ferry Huberts
PUD: fix clearMovementType
tree
|
commitdiff
2012-03-14
Ferry Huberts
PUD: rename TimedTxInterface enum values
tree
|
commitdiff
2012-03-14
Ferry Huberts
PUD: rename MovementState enum values
tree
|
commitdiff
2012-03-14
Ferry Huberts
PUD: rename TristateBoolean enum values
tree
|
commitdiff
2012-03-14
Ferry Huberts
PUD: move state determination into its own function
tree
|
commitdiff
2012-03-14
Ferry Huberts
PUD: rename a struct field
tree
|
commitdiff
2012-03-14
Ferry Huberts
PUD: move getting transmitGpsInformation fields to...
tree
|
commitdiff
2012-03-14
Ferry Huberts
PUD: determine the best gateway on a regular schedule
tree
|
commitdiff
2012-03-14
Ferry Huberts
PUD: add gatewayDeterminationInterval configuration...
tree
|
commitdiff
2012-03-14
Ferry Huberts
PUD: store the best gateway in the transmitGpsInformation
tree
|
commitdiff
2012-03-14
Ferry Huberts
PUD: change signature of getBestUplinkGateway function
tree
|
commitdiff
2012-03-14
Ferry Huberts
PUD: use mutex on stop
tree
|
commitdiff
2012-03-13
Ferry Huberts
PUD: fix some documentation tags
tree
|
commitdiff
2012-03-13
Ferry Huberts
PUD: clarify unknown movement forcing STATIONARY
tree
|
commitdiff
2012-03-13
Ferry Huberts
PUD: initDeDupList can fail
tree
|
commitdiff
2012-03-13
Ferry Huberts
PUD: packetReceivedFromOlsr should be unregistered...
tree
|
commitdiff
2012-03-06
Ferry Huberts
PUD: replace some memcpy's by simple assignments
tree
|
commitdiff
2012-03-06
Ferry Huberts
PUD: add forgotten check for deduplication use in downl...
tree
|
commitdiff
2012-03-06
Ferry Huberts
PUD: remove unneeded mutex on the position average...
tree
|
commitdiff
2012-03-06
Ferry Huberts
PUD: move a dump outside of a critical section
tree
|
commitdiff
2012-03-06
Ferry Huberts
PUD: do not keep shadow copies of txPosition and txGateway
tree
|
commitdiff
2012-03-05
Ferry Huberts
PUD: split movement determination from gateway and...
tree
|
commitdiff
2012-03-05
Ferry Huberts
PUD: pull out clearing the MovementType
tree
|
commitdiff
2012-03-05
Ferry Huberts
PUD: follow-up for 5addf68
tree
|
commitdiff
2012-03-05
Ferry Huberts
PUD: initially pick ourselves as the best gateway
tree
|
commitdiff
2012-03-05
Ferry Huberts
PUD: initial state is MOVING again
tree
|
commitdiff
2012-03-05
Ferry Huberts
PUD: update sample config
tree
|
commitdiff
2012-02-27
Ferry Huberts
PUD: force moving when gateway is different
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: remove validity time cache from the wireformat...
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: pull nodeIdBinary status information into type
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: shift knowledge of nodeId to wireformat library
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: use PUD_TX_NODEID_BUFFERSIZE i.s.o. PUD_NODEIDMAXL...
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: remove nodeId cache from wireformat library
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: only use setupNodeIdBinaryBufferForOlsrCache
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: make nodeIdBinary accessible
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: refactor setupNodeIdBinaryLongLong
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: update eclipse project files
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: fix some includes
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: refactor setting of IP address as binary
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: add nodeIdBinaryLength
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: replace inline nodeIdType limits by defines
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: minor fix of not using nodeId directly
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: also setup MAC address in cache
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: decouple MAC address retrieval from createOlsrInte...
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: also put main IP address in cached buffer
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: fix some comments
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: rename a function
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: refactor setupNodeIdNumberForOlsrCache
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: also setup the binary buffer for DNS nodeIdType
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: also setup the cache for DNS nodeIdType
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: rename a function
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: fold getNodeIdNumberForOlsrCache into setPositionU...
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: increase nodeId cache buffer size
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: setupNodeIdBinaryLongLong doesn't need valueBuffer...
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: rename some functions
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: rename 2 variables
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: rename nodeIdNumberType to nodeIdBinaryType
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: refactor isValidNodeIdType function
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: remove superfluous PUD_NODE_ID_TYPE_MAX
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: make getOlsrSockaddrPortAddress like getOlsrSockAd...
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: rename a function
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: rename a function
tree
|
commitdiff
2012-02-14
Ferry Huberts
PUD: pull getNodeIdAsNumber into setupNodeIdNumberForOl...
tree
|
commitdiff
next