Commit Graph

1081 Commits (5a4867543d268d68b9cfebcef6e02bb9e032173e)

Author SHA1 Message Date
Joshua Colp b4778de562 (closes issue #10225)
18 years ago
Joshua Colp 9ef1b0a974 Extend the ast_senddigit and ast_dtmf_stream API calls to allow the duration of the DTMF digit(s) to be specified and make the SendDTMF application have the capability to use it.
18 years ago
Joshua Colp 431c60f818 Merged revisions 78275 via svnmerge from
18 years ago
Doug Bailey 3e426df072 Change the fsk filter used in CID and TDD decode to an integer based implementation
18 years ago
Mark Michelson c4c0e45c8b Merged revisions 78103 via svnmerge from
18 years ago
Jason Parker 3f0a1faed2 Merged revisions 78180 via svnmerge from
18 years ago
Joshua Colp 5a1e2bfb50 Merged revisions 78172 via svnmerge from
18 years ago
Russell Bryant befb383d16 Merged revisions 78095 via svnmerge from
19 years ago
Steve Murphy 79b9bc6a2f Merged revisions 77945 via svnmerge from
19 years ago
Joshua Colp 1e4bd7a192 Instead of adding the SOLARIS check to each HAVE_SYSINFO check let's just make the sysinfo autoconf logic a bit pickier about what it considers a usable sysinfo.
19 years ago
Joshua Colp a7aaa0bbc2 Solaris does not have a sysinfo like we know of on Linux.
19 years ago
Joshua Colp 28fec17d59 Merged revisions 77867 via svnmerge from
19 years ago
Joshua Colp d51079b70a Merged revisions 77863 via svnmerge from
19 years ago
Russell Bryant 4e0947c5f1 Convert code that checks the _softhangup member of ast_channel directory to use
19 years ago
Joshua Colp 96b96a5f72 Convert CLI helpers list to rwlist.
19 years ago
Joshua Colp 3aaf122439 Add support for call forwarding and timeouts to the dialing API.
19 years ago
Jason Parker fc0ea46f04 Merged revisions 77795 via svnmerge from
19 years ago
Luigi Rizzo f66dbeb8f3 print formats as 0x%x instead of %d in a warning message.
19 years ago
Russell Bryant 06f618a1ca Remove an XXX comment noting that it would be nice for a declaration to be
19 years ago
Russell Bryant ad094d5109 Merged revisions 77785 via svnmerge from
19 years ago
Russell Bryant a2fc80d4a6 Merged revisions 77780 via svnmerge from
19 years ago
Joshua Colp 3733874f49 Merged revisions 77771 via svnmerge from
19 years ago
Joshua Colp 7bd9b905e4 Merged revisions 77460 via svnmerge from
19 years ago
Mark Michelson 57d5d489a7 Merged revisions 77380 via svnmerge from
19 years ago
Tilghman Lesher 03c973ab2d Merged revisions 77350 via svnmerge from
19 years ago
Tilghman Lesher 620a5a11e4 Merged revisions 77348 via svnmerge from
19 years ago
Russell Bryant f8483a0d04 Do a massive conversion for using the ast_verb() macro
19 years ago
Russell Bryant 3ed2deb7df Ensure that the read from /dev/urandom returns a positive result
19 years ago
Russell Bryant 77a75d46b2 Add a link to the list of assigned RTP payload types for convenience.
19 years ago
Luigi Rizzo 5a96f8aa72 document how the RTP marker bit is passed for video frames,
19 years ago
Luigi Rizzo f1aadc8161 add an entry for h263plus in an empty slot of the rtp types.
19 years ago
Mark Michelson b37f7ab577 Merged revisions 77154 via svnmerge from
19 years ago
Luigi Rizzo a1a5701821 change the debug level to 3 for an exceedingly annoying message
19 years ago
Luigi Rizzo 8f4d728fe0 Merged revisions 77022 via svnmerge from
19 years ago
Joshua Colp 2db4e2b19b Move manager users list over to an rwlist.
19 years ago
Joshua Colp 58004e3741 Don't bother calling AST_RWLIST_EMPTY on a list before AST_RWLIST_TRAVERSE, it's just a double check.
19 years ago
Tilghman Lesher 55b1ee298e Merge the dialplan_aesthetics branch. Most of this patch simply converts applications
19 years ago
Russell Bryant eaebbdab61 (closes issue #10271)
19 years ago
Russell Bryant f1f72312bb (closes issue #10192)
19 years ago
Joshua Colp 93b72115d1 Add support for using /dev/urandom to get random numbers on systems that support it.
19 years ago
Russell Bryant d5b4fde291 Merged revisions 76132 via svnmerge from
19 years ago
Luigi Rizzo 925ebbb2b3 expose struct ast_ha so external code can do things such as printing it
19 years ago
Tilghman Lesher 4af3f12b29 Reduce some logging contention by switching several locks over to rwlocks
19 years ago
Steve Murphy 0e969271ae After some study, thought, comparing, etc. I've backed out the previous universal mod to make ast_flags a 64 bit thing. Instead, I added a 64-bit version of ast_flags (ast_flags64), and 64-bit versions of the test-flag, set-flag, etc. macros, and an app_parse_options64 routine, and I use these in app_dial alone, to eliminate the 30-option limit it had grown to meet. There is room now for 32 more options and flags. I was heavily tempted to implement some of the other ideas that were presented, but this solution does not intro any new versions of dial, doesn't have a different API, has a minimal/zero impact on code outside of dial, and doesn't seriously (I hope) affect the code structure of dial. It's the best I can think of right now. My goal was NOT to rewrite dial. I leave that to a future, coordinated effort.
19 years ago
Russell Bryant f3b1eab2f3 Remove some debug code that was added in revision 75894, which removed some
19 years ago
Luigi Rizzo 20448013df comment out some terribly expensive debugging code
19 years ago
Tilghman Lesher 81bc1d7af5 Merge in ast_strftime branch, which changes timestamps to be accurate to the microsecond, instead of only to the second
19 years ago
Steve Murphy 5ac24b25d3 This corrects the problem with flags and %lld formats on 64-bit machines, where uint64_t is NOT acceptable for %lld, and also works on 32-bit machines. At least, with gcc.
19 years ago
Russell Bryant 9ffd55b6f9 Merged revisions 75403 via svnmerge from
19 years ago
Steve Murphy 8a7732f067 via 10206, I have added an option (e) to Dial to allow the h exten to get run on peer. Had to upgrade ast_flag stuff to 64 bits to do this.
19 years ago
Luigi Rizzo 72b99a2817 Introduce ast_parse_arg() , a generic function to parse strings
19 years ago
Kevin P. Fleming 7413c78ddb Merged revisions 75306 via svnmerge from
19 years ago
Joshua Colp 344e6fd016 Change the function name slightly... just for kpfleming!
19 years ago
Joshua Colp e498488bde For my next trick I will make it so dialplan functions no longer need to call ast_module_user_add and ast_module_user_remove. These are now called in the ast_func_read and ast_func_write functions outside of the module.
19 years ago
Joshua Colp b8cd949cce Applications no longer need to call ast_module_user_add and ast_module_user_remove. This is now taken care of in the pbx_exec function outside of the application.
19 years ago
Russell Bryant c2603c1aeb resolve a compiler warning
19 years ago
Luigi Rizzo e950538bdd Small improvement to the STUN support so it can be used by
19 years ago
Joshua Colp 1f86a8bc2d Merged revisions 74922 via svnmerge from
19 years ago
Joshua Colp 8f3a5481dc Merged revisions 74888 via svnmerge from
19 years ago
Luigi Rizzo 75e2b34c4d more cleanup, this time to stun_handle_packet(). Among other things:
19 years ago
Luigi Rizzo 3d41c1ce94 a little bit of code cleanup to rtp.c, mostly to function
19 years ago
Joshua Colp fde3d4b086 Use linkedlist macros for UDPTL protocol list.
19 years ago
Luigi Rizzo deb98f98a0 add a bit of documentation on what the stun code in rtp.c does
19 years ago
Jason Parker 7c29e430c9 Merged revisions 74388 via svnmerge from
19 years ago
Jason Parker 8a5cea16bc Merged revisions 74374 via svnmerge from
19 years ago
Joshua Colp 1458095191 Merged revisions 74265 via svnmerge from
19 years ago
Tilghman Lesher ba857cc8a9 Merged revisions 73985 via svnmerge from
19 years ago
Joshua Colp 56503686c9 Merged revisions 73980 via svnmerge from
19 years ago
Joshua Colp 97f5ed8be3 Make sure the idText variable is empty, and put it in the right place for the manager ack packet. (issue #10152 reported by srt)
19 years ago
Tilghman Lesher 935bd057f8 Restore EXP2 and LOG2 functions, by providing mathematical identify functions, when the underlying C functions are not available.
19 years ago
Steve Murphy 1827bcba77 These changes fix 10145 and 10150, a prob with BSD and exp2/log2 not existing, as well as the bootstrap needing a small upgrade for openbsd. Many thanks to mvanbaak
19 years ago
Kevin P. Fleming d544d6377e eliminate another batch of compiler warnings (and a bug, although in code we aren't using)... note that this required manually editing the lexer output code (generated by flex), so some of them will come back if the lexer is rebuilt
19 years ago
Kevin P. Fleming a526627d8f comment out some code that is not used and does not have prototypes
19 years ago
Russell Bryant 2b0ec81639 resolve a compiler warning so i can build in dev mode
19 years ago
Steve Murphy 6a4efe5d5a In regards to changes for 9508, expr2 system choking on floating point numbers, I'm adding this update to round out (no pun intended) and make this FP-capable version of the Expr2 stuff interoperate better with previous integer-only usage, by providing Functions syntax, with 20 builtin functions for floating pt to integer conversions, and some general floating point math routines that might commonly be used also. Along with this, I made it so if a function was not a builtin, it will try and find it in the ast_custom_function list, and if found, execute it and collect the results. Thus, you can call system functions like CDR(), CHANNEL(), etc, from within $\[..\] exprs, without having to wrap them in $\{...\} (curly brace) notation. Did a valgrind on the standalone and made sure there's no mem leaks. Looks good. Updated the docs, too.
19 years ago
Joshua Colp f4943f3211 Merged revisions 73355 via svnmerge from
19 years ago
Russell Bryant d2a85e5f64 After some discussion on the asterisk-dev list, we determined that this approach
19 years ago
Steve Murphy 94b934c8f6 Merged revisions 72933 via svnmerge from
19 years ago
Russell Bryant bc8cd717ef Add a CLI command to output docs on CLI commands to a file
19 years ago
Russell Bryant 1bb2c2a78f Add a CLI command to dump the built-in manager action documentation
19 years ago
Russell Bryant 3371051d74 Merged revisions 72926 via svnmerge from
19 years ago
Russell Bryant 9aa28d2d3d Add "core dump funcdocs" CLI command
19 years ago
Russell Bryant f1468915c7 change the "core dump appdocs" CLI command to use the new API for creating
19 years ago
Joshua Colp 73d33590ba Merged revisions 72888 via svnmerge from
19 years ago
Russell Bryant 4a6f3770f9 Fix my recent change for sending large files via the http server. This code
19 years ago
Luigi Rizzo 2392758621 As the comment in the code says:
19 years ago
Russell Bryant 408dbc4304 Merge changes from team/russell/http_filetxfer
19 years ago
Luigi Rizzo 3caa225108 Make sure that we properly recurse in subdirectories to
19 years ago
Tilghman Lesher abe50d3e4b Merged revisions 72556 via svnmerge from
19 years ago
Brett Bryant a17e7a01a3 Merged revisions 72383 via svnmerge from
19 years ago
Brett Bryant 2a46445481 Merged revisions 72335 via svnmerge from
19 years ago
Jason Parker ed101a5319 Fix a segfault when trying to tab complete the "core show uptime" command.
19 years ago
Jason Parker e48dbce674 Add support for Thai language in say.c
19 years ago
Brett Bryant dee58f2531 Merged revisions 72260 via svnmerge from
19 years ago
Joshua Colp 809c1398d7 Merged revisions 72257 via svnmerge from
19 years ago
Joshua Colp 2c52ab7afb Fix -T option. (issue #10073 reported by xylome)
19 years ago
Joshua Colp 7feaaaaf04 Merged revisions 72148 via svnmerge from
19 years ago
Russell Bryant 36b0448bc1 Merged revisions 72112 via svnmerge from
19 years ago
Jason Parker 792beb4686 Merged revisions 71915 via svnmerge from
19 years ago
Steve Murphy af42e2ca7b Luigi's suggestion to move the llfrom decl was a good one. Done.
19 years ago
Russell Bryant 5590f67f58 Convert so more logging to ast_debug (issue #10045, dimas)
19 years ago
Joshua Colp 694088e06f Merged revisions 71422 via svnmerge from
19 years ago
Russell Bryant 8f2d952945 Merged revisions 71362 via svnmerge from
19 years ago
Russell Bryant 80166c6de8 Conversions to ast_debug()
19 years ago
Tilghman Lesher d6c0627c4f Merged revisions 71289 via svnmerge from
19 years ago
Steve Murphy d17beedd5a Merged revisions 71230 via svnmerge from
19 years ago
Joshua Colp 6f98665672 Behold the magic of casting!
19 years ago
Steve Murphy 6a2af3c983 Merged revisions 71063 via svnmerge from
19 years ago
Jason Parker 68ac7f7633 Merged revisions 71068 via svnmerge from
19 years ago
Brett Bryant aff5425dea Merged revisions 71066 via svnmerge from
19 years ago
Tilghman Lesher a1bc823136 Issue 9990 - New API ast_mkdir, which creates parent directories as necessary (and is faster than an outcall to mkdir -p)
19 years ago
Jason Parker 0b98b2a659 Nothing to see here.
19 years ago
Jason Parker 7a1c2d94bb Add manager events for RTCP statistics.
19 years ago
Steve Murphy 3327e532fa Merged revisions 70949 via svnmerge from
19 years ago
Joshua Colp 80cdeaef55 Merged revisions 70727 via svnmerge from
19 years ago
Steve Murphy a1e9cb4aca Merged revisions 70656 via svnmerge from
19 years ago
Tilghman Lesher 396a37eba8 Fix trunk brokenness; also, optimize application registration
19 years ago
Steve Murphy 2462d5ab4f Cleaning up a small disaster I created earlier
19 years ago
Jason Parker 37e66fd859 Revert the change made in revision 45474, since this causes other issues.
19 years ago
Joshua Colp a2b3357a9d Merged revisions 70360 via svnmerge from
19 years ago
Joshua Colp 61544c5019 Merged revisions 70198 via svnmerge from
19 years ago
Steve Murphy cd97d6a687 Merged revisions 70062 via svnmerge from
19 years ago
Joshua Colp 9bec4f4b58 Merged revisions 70003 via svnmerge from
19 years ago
Joshua Colp afe63aec33 Merged revisions 69987 via svnmerge from
19 years ago
Joshua Colp 4cca0a6a8e Merged revisions 69805 via svnmerge from
19 years ago
Joshua Colp f8c7174fee Merged revisions 69708 via svnmerge from
19 years ago
Joshua Colp 55c6ce92ce Few more rwlist conversions... why not.
19 years ago
Jason Parker a5bdba6074 Merged revisions 69470 via svnmerge from
19 years ago
Russell Bryant b179e2155f Convert uses of strdup() to ast_strdup()
19 years ago
Kevin P. Fleming 5fdba27ea2 Merged revisions 69392 via svnmerge from
19 years ago
Russell Bryant b266ca3aed Merged revisions 69358 via svnmerge from
19 years ago
Russell Bryant 055d82cbce Add a massive set of changes for converting to use the ast_debug() macro.
19 years ago
Brett Bryant bbefe59e9d Couple of manager ssl options weren't loading because of a typo.
19 years ago
Joshua Colp 679733c52a Use read/write lock based lists for group counting.
19 years ago
Joshua Colp c4c732578f Merged revisions 69128 via svnmerge from
19 years ago
Jason Parker 63535ada60 Fixes for ast_strlen_zero() janitor project.
19 years ago
Russell Bryant cf06bdb312 Merged revisions 69010 via svnmerge from
19 years ago
Russell Bryant ff4fc97911 Convert pbx.c to use ast_debug() for debug logging.
19 years ago
Joshua Colp d0eaf1e389 Merged revisions 68922 via svnmerge from
19 years ago
Joshua Colp 556ea9f554 Even more minor code cleanup!
19 years ago
Joshua Colp b3475e429a Minor code cleanup.
19 years ago
Dwayne M. Hubbard 897418858d corrected CLI 'core show codecs' syntax for issue 9945, thanks eserra.
19 years ago
Jason Parker bd3de6d0f1 Change displayconnects option in manager.conf to be per-user.
19 years ago
Joshua Colp a9043635ed Change channel list to read/write list... I'm crazy.
19 years ago
Joshua Colp eb56cb6b92 Merged revisions 68683 via svnmerge from
19 years ago
Joshua Colp 21f5078843 Add username completion for manager show user CLI command. (issue #9929 reported by eliel)
19 years ago
Russell Bryant 68492b239c Add an option for ControlPlayback to be able to start at an offset from
19 years ago
Russell Bryant 334d8d9dc4 Add channel variable manager event
19 years ago
Russell Bryant bd11057367 Minor formatting change to test changes to mantis auto-closing issues
19 years ago
Joshua Colp 154c1a7af5 Merged revisions 68401 via svnmerge from
19 years ago
Joshua Colp 1d1566903e Merged revisions 68370 via svnmerge from
19 years ago
Russell Bryant 1093e63553 Merged revisions 68354 via svnmerge from
19 years ago
Russell Bryant 1d57ccb6f7 Fix a bunch of doxygen errors and document more things
19 years ago
Russell Bryant c29ac50c57 Merged revisions 68192 via svnmerge from
19 years ago
Joshua Colp ef7b38e065 Merged revisions 68157 via svnmerge from
19 years ago
Olle Johansson 7e68cd14f4 Reverting part of #67864 to be able to compile agi/eagi-test that relies on this without having
19 years ago
Joshua Colp d777d9a850 Merged revisions 67924 via svnmerge from
19 years ago
Tilghman Lesher 9d05ff8ed5 Issue 9869 - replace malloc and memset with ast_calloc, and other coding guidelines changes
19 years ago
Russell Bryant 7b75537684 Minor formatting change to test closing mantis issues through commit tags
19 years ago
Russell Bryant 3cc39e0fd0 Minor formatting change to test closing mantis issues through commit tags
19 years ago
Russell Bryant 7ba22102ad Yet another minor change to test mantis/svn
19 years ago
Russell Bryant 0ddb853244 minor formatting change ... testing mantis/svn
19 years ago
Russell Bryant f97cdc52f4 minor formatting change ... testing mantis/svn
19 years ago
Russell Bryant 37816c5dd0 Formatting change ... testing
19 years ago
Russell Bryant 9ede561378 Make another formatting change ... testing mantis/svn stuff
19 years ago
Russell Bryant ea2068d0ad Another minor formatting change ... testing mantis/svn
19 years ago
Russell Bryant 330880b909 Minor formatting change ... testing mantis/svn
19 years ago
Russell Bryant b43599da32 More random formatting changes to test Mantis/SVN integration
19 years ago
Russell Bryant e727eef77f Make a completely arbitrary formatting change to test out some Mantis/SVN
19 years ago
Russell Bryant 18101ff0e3 Merged revisions 67716 via svnmerge from
19 years ago
Joshua Colp 40df1fb464 Merged revisions 67650 via svnmerge from
19 years ago
Joshua Colp a07d04cc02 Merged revisions 67631 via svnmerge from
19 years ago
Joshua Colp 3f671bb11d Merged revisions 67594 via svnmerge from
19 years ago
Mark Michelson ca4ca779a9 Found a bug where when "core set debug #" is used, the verbosity is read as the
19 years ago
Jason Parker ac8fc3ad2d Make sure we default allowmultiplelogin to on/yes, per the default stated in the config.
19 years ago
Russell Bryant 508d36f5ad Merged revisions 67308 via svnmerge from
19 years ago
Steve Murphy ef132e25e1 Merged revisions 67073 via svnmerge from
19 years ago
Russell Bryant b5089b4a58 Merged revisions 67071 via svnmerge from
19 years ago
Russell Bryant e1375b96c2 Change javadoc style code documentation to the same format we use elsewhere.
19 years ago
Russell Bryant 93f2be2675 Fix a couple of places where "tos" was used instead of "cos".
19 years ago
Russell Bryant b1490716f6 remove a bogus comment that came from copy/paste
19 years ago
Russell Bryant 605368649e Merge major changes to the way device state is passed around Asterisk. The two
19 years ago
Doug Bailey d3e9141345 Changed the dtmf detection to integer based goertzel algorithm.
19 years ago
Joshua Colp ed4726769a Merged revisions 66437 via svnmerge from
19 years ago
Tilghman Lesher ffe08532a4 Merged revisions 66159 via svnmerge from
19 years ago
Joshua Colp f65934a517 Minor tweak... drop translation path if one exists when we get an already signed linear frame in. Chances are the stream has then switched to signed linear and we no longer need the path.
19 years ago
Joshua Colp 844394c495 Merged revisions 66074 via svnmerge from
19 years ago
Russell Bryant 2b25070414 Merged revisions 66076 via svnmerge from
19 years ago
Russell Bryant 9065eb1054 Merged revisions 66070 via svnmerge from
19 years ago
Kevin P. Fleming 4573b36af1 use the OpenSSL AES implementation if it's available (unless configured not to)
19 years ago
Russell Bryant 4b3a3fb14c Add a new API call for creating detached threads. Then, go replace all of the
19 years ago
Russell Bryant bcd2bd8294 Make this build on *my* machine again, and hopefully not break others.
19 years ago
Joshua Colp 22cf94111d Merged revisions 65902 via svnmerge from
19 years ago
Jason Parker 4aaa1d1ec1 Merged revisions 65877 via svnmerge from
19 years ago
Joshua Colp e4191c375f Merged revisions 65863 via svnmerge from
19 years ago
Russell Bryant 89b0e6049a Merged revisions 65842 via svnmerge from
19 years ago
Russell Bryant 67b9dafe09 Fix a couple minor spelling mistakes.
19 years ago
Russell Bryant 90d6885701 Add a new feature for Music on Hold. If you set the "digit" option for a
19 years ago
Joshua Colp 98398088bc Make my compiler happy! Yay!
19 years ago
Joshua Colp 3821954757 Clean up adsistub file a bit (just spacing) and change over the crypto sub to use this build_stub macro strategy.
19 years ago
Joshua Colp 42c63dd2ed Add the adsistub file to the Asterisk makefile, fix a stub definition, and no longer make the symbols from res_adsi global since they don't need to be.
19 years ago
Steve Murphy 2ad1d61215 Merged revisions 65201 via svnmerge from
19 years ago
Olle Johansson bdd2b74ced Issue #5930 - Remove dependencies on res_adsi.so - clwade
19 years ago
Russell Bryant 7ee1303796 Add an option that lets you only allow one connection at a time for each
19 years ago
Russell Bryant e87308d6d3 Ignore this ... playing with jira (AST-1)
19 years ago
Olle Johansson b28d908e85 This file really needs more documentation...
19 years ago
Olle Johansson e509d2709f Small doxygen updates
19 years ago
Russell Bryant e090c28540 Add two new dialplan functions: ENUMQUERY and ENUMRESULT. These functions
19 years ago
Jason Parker ee7301ac68 With libmmime.a as a .PHONY target, asterisk gets rebuilt every time, but without proper ASTCFLAGS.
19 years ago
Joshua Colp ab76c7bfea Merged revisions 64276 via svnmerge from
19 years ago
Joshua Colp f02ea9e076 Merged revisions 64240 via svnmerge from
19 years ago
Steve Murphy a76ff39c0e Merged revisions 64193 via svnmerge from
19 years ago
Olle Johansson 78d3244554 Merged revisions 64157 via svnmerge from
19 years ago
Jason Parker bb30f0c0d2 oops.. Fix the logic of the last commit.
19 years ago
Jason Parker cdfa29e2b1 Better fallback method for autosystemname.
19 years ago
Jason Parker 8b5634e4b4 Merged revisions 63982 via svnmerge from
19 years ago
Jason Parker a693e4d58c Add autosystemname setting to asterisk.conf
19 years ago
Russell Bryant 08d37d451b Merged revisions 63886 via svnmerge from
19 years ago
Russell Bryant 7c5aab75b0 Merged revisions 63804 via svnmerge from
19 years ago
Doug Bailey 0bb316de28 Added check for negative offset in cid spill to prevent infinite loops
19 years ago
Joshua Colp 9427cf5dd6 Merged revisions 63698 via svnmerge from
19 years ago
Russell Bryant 56254ee491 Merged revisions 63612 via svnmerge from
19 years ago
Russell Bryant 39dd02d542 Merged revisions 63608 via svnmerge from
19 years ago
Joshua Colp 5394364048 Merged revisions 63286 via svnmerge from
19 years ago
Olle Johansson 980642a846 Merged revisions 63254 via svnmerge from
19 years ago
Olle Johansson 0cc7c0640b Constifications
19 years ago
Olle Johansson 3f8548bf3b Merged revisions 63152 via svnmerge from
19 years ago
Russell Bryant 6606166454 Convert spaces to tabs for indentation.
19 years ago
Olle Johansson 6da70edbcf Add "CoreStatus" - from the moremanager branch.
19 years ago
Olle Johansson 51f99c5265 - Add manager command CoreSettings
19 years ago
Kevin P. Fleming 431b4a44d0 Merged revisions 62986 via svnmerge from
19 years ago
Russell Bryant 1e3b1a576c Merged revisions 62942 via svnmerge from
19 years ago
Russell Bryant 5d0f7ea753 Add Hungarian language support to say.c and say.conf.
19 years ago
Russell Bryant 255f151582 Merged revisions 62789 via svnmerge from
19 years ago
Steve Murphy 8e90622210 Merged revisions 62738 via svnmerge from
19 years ago
Steve Murphy fe7068a51b Merged revisions 62689 via svnmerge from
19 years ago
Russell Bryant b419fc1134 Add support for setting the CoS for VLAN traffic (802.1p) in Linux. The
19 years ago
Russell Bryant 3181a91148 Merged revisions 62414 via svnmerge from
19 years ago
Joshua Colp fe158ded8a Merged revisions 62369 via svnmerge from
19 years ago
Russell Bryant b6b1bf3213 Merge changes from team/russell/events
19 years ago
Russell Bryant ec0cae93a4 Merged revisions 62171 via svnmerge from
19 years ago
Russell Bryant 007fa5e0be Merged revisions 62005 via svnmerge from
19 years ago
Joshua Colp 489f9c68c3 Merged revisions 61959 via svnmerge from
19 years ago
Joshua Colp 8b2b3e172b Merged revisions 61805 via svnmerge from
19 years ago
Russell Bryant a751038fbe Merged revisions 61787 via svnmerge from
19 years ago
Russell Bryant 94459660a3 Merged revisions 61781 via svnmerge from
19 years ago
Russell Bryant 90f152b24f Merged revisions 61774 via svnmerge from
19 years ago
Russell Bryant fa9d9af754 When building a JSON encoded string in the GetConfigJSON manager action, escape
19 years ago
Russell Bryant 0c9ef3221c Merged revisions 61765 via svnmerge from
19 years ago
Russell Bryant fa0e814a69 Merged revisions 61763 via svnmerge from
19 years ago