Gary E. Miller
|
15b0738ca1
SConstruct: Remove clientdebug_enable config flag.
|
4 gadi atpakaļ |
Gary E. Miller
|
2107afc8a7
gpspipe.c: Fix copyright, remove tabs, fix long lines.
|
4 gadi atpakaļ |
Gary E. Miller
|
5252fbd5cb
Remove revision.h. Totally.
|
5 gadi atpakaļ |
Gary E. Miller
|
16ff52190f
Remove now useless HAVE_TERMIOS_H
|
5 gadi atpakaļ |
Gary E. Miller
|
413257399f
gpspipe.c: Fix 64-bit time_t on 32-bit arch warnings.
|
5 gadi atpakaļ |
Gary E. Miller
|
8944f809b3
gpspipe.c: Comment on whre cfmakeraw() comes from.
|
5 gadi atpakaļ |
Gary E. Miller
|
7139498f55
gpspipe.c: remove duplicate gpsd_config.h
|
5 gadi atpakaļ |
Gary E. Miller
|
b41de9b21c
Move _DEFAULT_SOURCE into gpsd_config.h
|
5 gadi atpakaļ |
Gary E. Miller
|
2d37b2d47d
Move __DARWIN_C_LEVEL and __DARWIN_C_SOURCE into SConstruct.
|
5 gadi atpakaļ |
Gary E. Miller
|
05980e8a0e
HAVE_SYS_SELECT_H: Remove test for this. No longer needed.
|
6 gadi atpakaļ |
Eric S. Raymond
|
1998c0301f
Factor most uses of pselect(2) into a new utility function named 'nanowait'.
|
6 gadi atpakaļ |
Gary E. Miller
|
2541f0bdc9
gpspipe: POSIX_C_SOURCE breaks on osX.
|
6 gadi atpakaļ |
Gary E. Miller
|
e5b493a366
POSIX_C_SOURCE: Not just a linux define. 200112L is a minimum.
|
6 gadi atpakaļ |
Eric S. Raymond
|
5517175ed5
Eliminate effectively all uses of struct timeval.
|
6 gadi atpakaļ |
Gary E. Miller
|
e8028c5f15
gpspipe: Small cleanup of getopt() and usage()
|
6 gadi atpakaļ |
Gary E. Miller
|
3c99b28ee5
gpspipe: Change gmtime() to gmtime_r().
|
6 gadi atpakaļ |
Gary E. Miller
|
5a84936789
gpspipe: Order the options in the code alphabetically.
|
6 gadi atpakaļ |
Daniel_M_Williams
|
0ee9315efa
gpspipe: Add -Z option to add Z to timestamp.
|
6 gadi atpakaļ |
Daniel_M_Williams
|
4a58ee24b9
gpspipe: now outputs its timestamps as UTC, not localtime
|
6 gadi atpakaļ |
Gary E. Miller
|
6027b102c7
LICENSE: Update licenses for consistency. No functional changes.
|
6 gadi atpakaļ |
Gary E. Miller
|
68cde918aa
gpspipe: git seems confused. Empty commit...
|
6 gadi atpakaļ |
Gary E. Miller
|
5a9621ac36
gpspipe: Alphabetize options.
|
6 gadi atpakaļ |
Jean Pierre TOSONI
|
abc014e31d
gpspipe improvement: add option to exit after delay
|
7 gadi atpakaļ |
Robert Norris
|
79f3beef99
Improved Windows build of gpspipe
|
7 gadi atpakaļ |
Eric S. Raymond
|
70824d3f0c
SPDXify the licerse references.
|
7 gadi atpakaļ |
Gary E. Miller
|
e35d22c954
gpspipe: buffer to small. 40 > 20
|
7 gadi atpakaļ |
Robert Norris
|
e8d8c8bc9e
Enable Windows version of gpspipe
|
8 gadi atpakaļ |
Fred Wright
|
68372c3547
Fixes spelling of "daemonization".
|
8 gadi atpakaļ |
Fred Wright
|
6d649db513
Whitespace cleanups related to recent changes.
|
8 gadi atpakaļ |
Robert Norris
|
e2695bd13a
Explicit marking of ignoring fprintf() result
|
8 gadi atpakaļ |