summaryrefslogtreecommitdiff
path: root/src/gsmd/gsmd.c
Commit message (Expand)AuthorAgeFilesLines
* the latest gsmd sends the alive detector's ATE0 to the GSM modem, evenlaforge2007-07-311-3/+4
* Add higher baudrates: 230k, 460k, 921k (Alex Osborne)laforge2007-07-311-0/+3
* * add timeout to initial modem detectionlaforge2007-06-021-25/+41
* Add 'modem alive' detection. We inquire every five minutes if the modem is s...laforge2007-06-021-3/+134
* remove stupid default serial port /dev/ttyUSB0laforge2007-06-021-5/+17
* implement manual override for vendor/machine typelaforge2007-06-021-4/+16
* add machine / vendor plugin infrastructure (Philip Zabel)laforge2007-06-021-4/+18
* gsmd: power off the phone when gsmd starts up to have a consistent starting p...mickey2007-05-161-2/+2
* * add (still incomplete) SMS and phonebook support from Sean Chianglaforge2007-04-151-0/+7
* * include stdio from talloc.hlaforge2007-03-101-0/+2
* move CTZR into vendor_ti.c, since not all GSM Modems support it (Philipp Zabel)laforge2007-03-091-2/+0
* Introduce new '-F' switch to enable/disable hardware flow controllaforge2007-01-311-3/+15
* - Add copyright / license notice to all source code fileslaforge2007-01-131-0/+22
* - use talloc (of samba project) to debug memory allocations and simplify codelaforge2007-01-121-2/+43
* - clean up header files (all in include/gmsd now)laforge2006-10-241-8/+16
* first working revision of gsmd, libgsmd and libgsmd-toollaforge2006-10-231-20/+10
* gsmd passthrough mode now workinglaforge2006-10-221-7/+6
* - fix parsing of unsolicited codes laforge2006-10-221-1/+2
* add logging infrastructure to gsm daemonlaforge2006-10-221-1/+10
* some further gsmd/libgsmd worklaforge2006-10-221-1/+1
* - some more gsmd / libgsmd codelaforge2006-10-201-3/+48
* intermediate state (this shouldn't be a commit) just to move from one machine...laforge2006-10-091-0/+6
* first compiling (unfinished, not-working) version of userspace gsm infrastruc...laforge2006-09-021-0/+171
personal git repositories of Harald Welte. Your mileage may vary