summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gsmd: power off the phone when gsmd starts up to have a consistent starting p...mickey2007-05-161-2/+2
* make CLIP/COLP numbers zero-terminated (Closes: #525)laforge2007-05-011-2/+4
* * compile fix (include sys/select.h) to make it build on *BSD (Holger Freyther)laforge2007-04-291-0/+1
* zero LAC and CI if +CREG is 0 / 2 (and not 1). (Closes: #454)laforge2007-04-251-1/+2
* The standard says that the parameter is not optional. Some modemslaforge2007-04-211-1/+1
* parse numeric responses for RING, NO CARRIER and BUSY (Philip Zabel)laforge2007-04-151-5/+8
* * add (still incomplete) SMS and phonebook support from Sean Chianglaforge2007-04-156-1/+978
* add parsing of +CMS errors according to GSM 07.05 (Philipp Zabel)laforge2007-03-281-1/+13
* fix GSM signal strength parsing (Closes: 291)laforge2007-03-281-2/+1
* * add CTZV stublaforge2007-03-101-4/+11
* * include stdio from talloc.hlaforge2007-03-106-7/+377
* * properly implement PIN/PUK handling throughout gsmd/libgsmd/utillaforge2007-03-106-32/+150
* * deal correctly with 'gsm power cycling'laforge2007-03-101-3/+6
* fix typo in last commitlaforge2007-03-091-1/+1
* move CTZR into vendor_ti.c, since not all GSM Modems support it (Philipp Zabel)laforge2007-03-092-2/+2
* this was supposed to be part of the last commit (1281)laforge2007-03-081-0/+6
* * introduce ciphering indication parsing and event generationlaforge2007-03-082-1/+38
* don't power down the device before trying to register with the network ;)laforge2007-03-081-1/+0
* make AT%CPI parse tolerant to empty fieldslaforge2007-03-081-2/+3
* revert 'bug108' patch from tony guan. laforge2007-02-284-125/+2
* add missing file from Commit rev. 1155 (tony guan)laforge2007-02-281-0/+59
* resolved bug 108, please varify it. thks.tony_guan2007-02-283-2/+66
* Introduce new '-F' switch to enable/disable hardware flow controllaforge2007-01-311-3/+15
* typolaforge2007-01-131-1/+1
* - Add copyright / license notice to all source code fileslaforge2007-01-1321-19/+478
* add DTMF tone command to helplaforge2007-01-121-0/+1
* - use talloc (of samba project) to debug memory allocations and simplify codelaforge2007-01-1210-55/+336
* only call event handler if it is actually presentlaforge2007-01-121-1/+4
* add the 'talloc' memory allocator (from samba3)laforge2007-01-102-1/+1134
* use non-blocking I/Olaforge2007-01-101-0/+4
* use non-blocking i/o to prevent missing of eventslaforge2007-01-101-0/+4
* fix help messagelaforge2007-01-101-1/+1
* fix lots of header-related issues with autotoolslaforge2007-01-082-0/+2
* gsmd is supposed to go into 'sbin' not 'bin'laforge2007-01-081-1/+2
* add sms skeletonlaforge2007-01-081-0/+182
* add missing file (thanks to Mickey)laforge2006-10-251-0/+3
* - clean up header files (all in include/gmsd now)laforge2006-10-2419-196/+328
* add two missing fileslaforge2006-10-232-0/+41
* first working revision of gsmd, libgsmd and libgsmd-toollaforge2006-10-2312-31/+216
* more gsmd/libgsm implementationlaforge2006-10-2316-54/+381
* gsmd passthrough mode now workinglaforge2006-10-2212-55/+127
* - fix parsing of unsolicited codes laforge2006-10-224-14/+24
* add logging infrastructure to gsm daemonlaforge2006-10-226-387/+120
* add missing makefile.amlaforge2006-10-221-0/+9
* some further gsmd/libgsmd worklaforge2006-10-2210-51/+341
* - some more gsmd / libgsmd codelaforge2006-10-2014-23/+712
* intermediate state (this shouldn't be a commit) just to move from one machine...laforge2006-10-092-7/+38
* remove old broken filelaforge2006-09-021-0/+0
* first compiling (unfinished, not-working) version of userspace gsm infrastruc...laforge2006-09-0219-0/+1421
personal git repositories of Harald Welte. Your mileage may vary