summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-07-31example: fix use after freePatrick McHardy5-5/+5
2010-07-30example: release MM endpoints on shutdownPatrick McHardy5-1/+5
2010-07-30doc: disable group collaboration graphsPatrick McHardy1-1/+1
2010-07-30example: add PP info request examplePatrick McHardy3-1/+79
2010-07-30example: add PP access rights termination examplePatrick McHardy2-1/+74
2010-07-30example: remove unnecessary includes from pp-wait-pagePatrick McHardy1-3/+10
2010-07-30identities: return target structure from conversion functionsPatrick McHardy4-10/+15
2010-07-30doc: specify lce positionPatrick McHardy1-0/+1
2010-07-30lce: move page_transaction initialization next to B-SAP socket initializationPatrick McHardy1-2/+2
2010-07-30lce: close page transaction after first message was received and on link shut...Patrick McHardy1-0/+20
2010-07-30lce: maintain transaction state (open/closed)Patrick McHardy2-9/+19
2010-07-30example: add program to wait for page messagePatrick McHardy3-1/+33
2010-07-30example: add LCE ops to dummy_opsPatrick McHardy1-0/+27
2010-07-30lce: reorder functionsPatrick McHardy1-364/+368
2010-07-30lce: add support for PP indirect link establishmentPatrick McHardy5-5/+88
2010-07-30lce: name paging functions and structures more consistentlyPatrick McHardy5-18/+27
2010-07-28doc: turn off collaboration graphsPatrick McHardy1-1/+1
2010-07-28identities: move declarations of private functions to private headersPatrick McHardy2-3/+3
2010-07-28cc: add NULL state to call_states[]Patrick McHardy1-0/+1
2010-07-28libdect: add installation instructionsPatrick McHardy1-0/+40
2010-07-28ie: fix warning from last commitPatrick McHardy1-2/+1
2010-07-28ie: remove duplicate hex value from reject reason debug dumpPatrick McHardy1-1/+1
2010-07-28libdect: add debian package build supportPatrick McHardy9-0/+67
2010-07-28example: add (non-working) PP list access (LiA) examplePatrick McHardy4-1/+161
2010-07-28example: add PP detach examplePatrick McHardy3-1/+60
2010-07-28example: add PP location update examplePatrick McHardy3-1/+100
2010-07-28example: add generic PP authentication helperPatrick McHardy4-8/+99
2010-07-28mm: properly end ciphering procedure in dect_mm_cipher_res()Patrick McHardy1-0/+1
2010-07-28ie: fix signal "tones off" codingPatrick McHardy1-1/+1
2010-07-28smsg: add missing <> around IE name in debug messagePatrick McHardy1-2/+2
2010-07-28debug: fix typo in doxygen markerPatrick McHardy1-1/+1
2010-07-28doc: more documentation updatesPatrick McHardy6-73/+244
2010-07-28smsg: use <<IE-NAME>> notation as in EN 300 175-5Patrick McHardy1-65/+65
2010-07-28io: catch double registration and unregistration bugsPatrick McHardy2-7/+25
2010-07-28libdect: align private storage areas to alignment of uint64_tPatrick McHardy5-5/+8
2010-07-28raw: add raw socket reception supportPatrick McHardy4-11/+98
2010-07-28auth: minor documentation updatesPatrick McHardy2-16/+26
2010-07-27example: update .gitignorePatrick McHardy1-0/+1
2010-07-27libdect: add pkg-config filePatrick McHardy3-0/+13
2010-07-27libdect: add COPYING filePatrick McHardy1-0/+340
2010-07-26libdect: include cleanup - misc cleanupsPatrick McHardy7-6/+17
2010-07-26libdect: include cleanup - remove unneccessary includes from s_fmt.hPatrick McHardy1-3/+0
2010-07-26libdect: include cleanup - remove unneccessary includes from utils.hPatrick McHardy2-3/+1
2010-07-26libdect: include cleanup - only include io.h where neededPatrick McHardy12-6/+15
2010-07-26libdect: include cleanup - only include timer.h where neededPatrick McHardy8-1/+8
2010-07-26doc: minor updatesPatrick McHardy10-18/+89
2010-07-26lce: fix up ULEI initialization after socket bind changesPatrick McHardy1-0/+1
2010-07-26build: minor build improvementsPatrick McHardy4-6/+18
2010-07-25lce: fix up for kernel sockaddr changesPatrick McHardy15-19/+26
2010-07-24debug: make debugging more colorfulPatrick McHardy23-260/+400