projects
/
asterisk/asterisk.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Don't try to look offhook with channel banks & Loopstart (bug #2362), also make indiv...
[asterisk/asterisk.git]
/
asterisk.c
2004-09-02
Mark Spencer
Don't try to look offhook with channel banks & Loopstar...
blob
|
commitdiff
2004-08-31
Mark Spencer
Merge NetBSD and Courtesty tone with modifications...
blob
|
commitdiff
|
diff to current
2004-08-28
Mark Spencer
Warn if unable to open an overridden config file (but...
blob
|
commitdiff
|
diff to current
2004-08-27
Mark Spencer
Run generators from zap timers when available so as...
blob
|
commitdiff
|
diff to current
2004-08-22
Mark Spencer
Fix sigchld handling (bug #2245)
blob
|
commitdiff
|
diff to current
2004-08-08
Mark Spencer
Merge BSD stack size work (bug #2067)
blob
|
commitdiff
|
diff to current
2004-08-07
Mark Spencer
Wait for command to complete (bug #1733) and take RTP...
blob
|
commitdiff
|
diff to current
2004-08-05
Mark Spencer
Fix verboser issue over network (#2217)
blob
|
commitdiff
|
diff to current
2004-08-03
Mark Spencer
Plane commits (a.k.a. the Delta deltas): 1) Make muted...
blob
|
commitdiff
|
diff to current
2004-08-01
Mark Spencer
Don't record empty lines (bug #2175, but not using...
blob
|
commitdiff
|
diff to current
2004-07-31
Mark Spencer
Allow priority to be set in addition to -U / -G (bug...
blob
|
commitdiff
|
diff to current
2004-07-31
Mark Spencer
Respect "AST_EDITOR" rather than "EDITOR" so as not...
blob
|
commitdiff
|
diff to current
2004-07-30
Malcolm Davenport
Bug # 2174: Respect EDITOR environment variable
blob
|
commitdiff
|
diff to current
2004-07-18
Mark Spencer
Make that setgid...
blob
|
commitdiff
|
diff to current
2004-07-18
Mark Spencer
Add Asterisk manpage
blob
|
commitdiff
|
diff to current
2004-07-18
Mark Spencer
Add -U and -G options to set user/group to run as
blob
|
commitdiff
|
diff to current
2004-07-16
Mark Spencer
Fix minor memory leak from tab completion (bug #2059)
blob
|
commitdiff
|
diff to current
2004-07-09
Mark Spencer
More strcpy / snprintf as part of rgagnon's audit ...
blob
|
commitdiff
|
diff to current
2004-07-03
James Golovich
Fix compiler warning because file.h isnt included
blob
|
commitdiff
|
diff to current
2004-06-30
Mark Spencer
Add "show file formats" (courtesy bkw_) and Update...
blob
|
commitdiff
|
diff to current
2004-06-29
James Golovich
More formatting cleanups.
blob
|
commitdiff
|
diff to current
2004-06-25
Mark Spencer
Fixes to -R feature
blob
|
commitdiff
|
diff to current
2004-06-25
Mark Spencer
Add Tilghman's -R option to allow reconnecting when...
blob
|
commitdiff
|
diff to current
2004-06-25
Mark Spencer
Commit remaining changes
blob
|
commitdiff
|
diff to current
2004-06-22
Mark Spencer
Merge major BSD mutex and symbol conflict patches ...
blob
|
commitdiff
|
diff to current
2004-06-21
Mark Spencer
Fix ast_safe_system
blob
|
commitdiff
|
diff to current
2004-06-17
Mark Spencer
Close logging stuff so system doesn't have to (bug...
blob
|
commitdiff
|
diff to current
2004-06-15
James Golovich
Formatting fix. Tabs not spaces :)
blob
|
commitdiff
|
diff to current
2004-06-15
Anthony Minessale II
Added an extra reload_logger() after *.so is loaded...
blob
|
commitdiff
|
diff to current
2004-06-13
Mark Spencer
x86-64 compile fixes and cleanups
blob
|
commitdiff
|
diff to current
2004-06-11
Mark Spencer
Merge res_odbc and res_config
blob
|
commitdiff
|
diff to current
2004-06-09
Mark Spencer
Merge FreeBSD locking fixes (bug #1411)
blob
|
commitdiff
|
diff to current
2004-05-31
Mark Spencer
Trivial removal of unused variable when not on linux...
blob
|
commitdiff
|
diff to current
2004-05-15
Mark Spencer
Fix a couple of small typos (bug #1648)
blob
|
commitdiff
|
diff to current
2004-05-13
Mark Spencer
Update documentation of asterisk -h (bug #1622)
blob
|
commitdiff
|
diff to current
2004-05-09
James Golovich
Add new file utils.c, Move ast_gethostbyname to utils.c
blob
|
commitdiff
|
diff to current
2004-05-07
Mark Spencer
Check h_addr_list, too
blob
|
commitdiff
|
diff to current
2004-05-07
Mark Spencer
Check that hp->h_addr is not NULL before returning...
blob
|
commitdiff
|
diff to current
2004-05-07
Mark Spencer
Add debugging to failure
blob
|
commitdiff
|
diff to current
2004-05-04
Mark Spencer
More strlen_zero checks (bug #1549)
blob
|
commitdiff
|
diff to current
2004-05-03
Mark Spencer
Add SayPhonetic and SayAlpha applications (bug #793)
blob
|
commitdiff
|
diff to current
2004-05-02
Mark Spencer
Merge Tilghman's color patches for the asterisk prompt...
blob
|
commitdiff
|
diff to current
2004-05-01
Mark Spencer
Put poll in a loop forever when not doing anything...
blob
|
commitdiff
|
diff to current
2004-04-29
Mark Spencer
Don't propsoe sotp now on empty read (bug #1511)
blob
|
commitdiff
|
diff to current
2004-04-28
Mark Spencer
More FreeBSD fixes
blob
|
commitdiff
|
diff to current
2004-04-28
Mark Spencer
Provide gethostbyname_r emulation for FreeBSD and fix...
blob
|
commitdiff
|
diff to current
2004-04-26
Mark Spencer
More select/poll updates for various applications
blob
|
commitdiff
|
diff to current
2004-04-25
Mark Spencer
Properly migrate from select to poll for core asterisk.
blob
|
commitdiff
|
diff to current
2004-04-24
Mark Spencer
Temporarily revert poll changes
blob
|
commitdiff
|
diff to current
2004-04-24
Mark Spencer
Change select references to poll in core asterisk funct...
blob
|
commitdiff
|
diff to current
2004-04-22
Mark Spencer
Oopsies
blob
|
commitdiff
|
diff to current
2004-04-22
Mark Spencer
gethostbyname isn't reentrant, who knew...
blob
|
commitdiff
|
diff to current
2004-04-09
James Golovich
Hopefully last fix to remote cli completion
blob
|
commitdiff
|
diff to current
2004-04-07
James Golovich
Fix command completion and remove compile time warnings
blob
|
commitdiff
|
diff to current
2004-04-06
James Golovich
Remove size restiction on remote console command comple...
blob
|
commitdiff
|
diff to current
2004-03-29
James Golovich
Get rid of annoying beeps on remote console
blob
|
commitdiff
|
diff to current
2004-03-26
James Golovich
Allow CLI Prompt to be customizable via ASTERISK_PROMPT...
blob
|
commitdiff
|
diff to current
2004-03-24
James Golovich
Make cli_complete buffer as large as the one used in...
blob
|
commitdiff
|
diff to current
2004-03-23
Mark Spencer
Improve ast_safe_system
blob
|
commitdiff
|
diff to current
2004-03-21
Mark Spencer
Create ast_safe_system which closes off file descriptor...
blob
|
commitdiff
|
diff to current
2004-03-20
Mark Spencer
Correctly handle call flow with outgoing queue, avoidin...
blob
|
commitdiff
|
diff to current
2004-03-20
James Golovich
If asterisk is started with progname of 'rasterisk...
blob
|
commitdiff
|
diff to current
2004-03-15
James Golovich
Fix bug 1217. Change pthread_t initializers to AST_PTH...
blob
|
commitdiff
|
diff to current
2004-03-04
Mark Spencer
Eliminate spurious select warning
blob
|
commitdiff
|
diff to current
2004-03-03
James Golovich
Fix typo
blob
|
commitdiff
|
diff to current
2004-03-02
James Golovich
Improve restart handling
blob
|
commitdiff
|
diff to current
2004-03-02
James Golovich
Fix asterisk exiting on verbose without a console ...
blob
|
commitdiff
|
diff to current
2004-03-02
Mark Spencer
Ignore interrupted system call error on "accept"
blob
|
commitdiff
|
diff to current
2004-02-23
James Golovich
Fix restarting when not called from the main console...
blob
|
commitdiff
|
diff to current
2004-01-28
Mark Spencer
Various minor cleanups (bug #931)
blob
|
commitdiff
|
diff to current
2004-01-23
Mark Spencer
Fix overflow in too many arguments (bug #806)
blob
|
commitdiff
|
diff to current
2004-01-14
Malcolm Davenport
Nitpicky stuff
blob
|
commitdiff
|
diff to current
2004-01-12
Mark Spencer
Add ww's improved syslog support (bug #587)
blob
|
commitdiff
|
diff to current
2003-12-09
Mark Spencer
Fix typo
blob
|
commitdiff
|
diff to current
2003-12-03
Mark Spencer
Revert bad patch in 187
blob
|
commitdiff
|
diff to current
2003-12-03
Mark Spencer
Make asterisk -r not timeout
blob
|
commitdiff
|
diff to current
2003-12-03
Mark Spencer
Minor patch for improving console response with asteris...
blob
|
commitdiff
|
diff to current
2003-12-01
Mark Spencer
Add ${TIMESTAMP} (bug #607) and don't ever ast_log...
blob
|
commitdiff
|
diff to current
2003-11-09
Mark Spencer
Back out "leak" fixes, as it causes segfaults
blob
|
commitdiff
|
diff to current
2003-11-09
Mark Spencer
CLI memory leak patch
blob
|
commitdiff
|
diff to current
2003-10-22
Mark Spencer
Fix help issue
blob
|
commitdiff
|
diff to current
2003-10-16
Mark Spencer
Report proper pid when forking
blob
|
commitdiff
|
diff to current
2003-09-29
Mark Spencer
Check with select before accept (bug #325)
blob
|
commitdiff
|
diff to current
2003-09-17
Martin Pycko
Don't complain that wait4 is unkown and make sure that...
blob
|
commitdiff
|
diff to current
2003-09-16
Mark Spencer
Improve child process reaping (bug #278)
blob
|
commitdiff
|
diff to current
2003-09-08
Mark Spencer
BSD portability enhancements (bug #234)
blob
|
commitdiff
|
diff to current
2003-09-05
Mark Spencer
Fix version
blob
|
commitdiff
|
diff to current
2003-09-04
Mark Spencer
Better handling of quit/exit (bug #218)
blob
|
commitdiff
|
diff to current
2003-08-21
Mark Spencer
don't tell people to exit/quit when it's not a valid...
blob
|
commitdiff
|
diff to current
2003-08-13
Mark Spencer
Totally revamp thread debugging to support locating...
blob
|
commitdiff
|
diff to current
2003-08-07
Mark Spencer
Allow groups to be checked in reverse order, make music...
blob
|
commitdiff
|
diff to current
2003-07-09
Mark Spencer
Don't delete PID file on exit of asterisk -r
blob
|
commitdiff
|
diff to current
2003-06-27
Mark Spencer
Minor cleanups
blob
|
commitdiff
|
diff to current
2003-06-23
Mark Spencer
Little fix
blob
|
commitdiff
|
diff to current
2003-05-22
Mark Spencer
Only send 180 ringing once, fix CTRL+D in main code
blob
|
commitdiff
|
diff to current
2003-05-16
Mark Spencer
Make RTP ports configurable
blob
|
commitdiff
|
diff to current
2003-05-02
Mark Spencer
Show uptime
blob
|
commitdiff
|
diff to current
2003-05-01
Mark Spencer
Add ENUM configurable search path
blob
|
commitdiff
|
diff to current
2003-04-28
Mark Spencer
Fix pbx_wilcalu from occupying 100% CPU now that it...
blob
|
commitdiff
|
diff to current
2003-04-27
Mark Spencer
More BSD enhancements
blob
|
commitdiff
|
diff to current
next