This website requires JavaScript.
Explore
龙芯爱好者论坛
Help
Register
Sign In
hcq
/
MaxScale
Watch
1
Star
0
Fork
0
You've already forked MaxScale
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
3edea0afc44d7642445f6daa7bb3d0468c7c8616
MaxScale
/
server
/
modules
/
routing
History
Mark Riddoch
3edea0afc4
Updated gitignore files
2014-02-05 14:49:05 +01:00
..
readwritesplit
Updated gitignore files
2014-02-05 14:49:05 +01:00
.gitignore
Updated gitignore files
2014-02-05 14:49:05 +01:00
debugcli.c
Surrounded every log writing command with LOGIF macro, which tests if the given logfile id matches with those enabled. The comparison is done against local variable and expensive function call is avoided.
2013-12-12 16:14:33 +02:00
debugcmd.c
Renamed shutdown_maxscale to shutdown_server according to definition in gateway.c.
2013-11-12 11:51:31 +02:00
Makefile
Removed depend.mk files. Added command 'touch depend.mk' to each Makefile which attempts to include depend.mk. That is for the makefile process phase where only the existence of depend.mk is checked. Later the real file is created in 'depend' target.
2013-07-30 11:43:39 +03:00
readconnroute.c
Surrounded every log writing command with LOGIF macro, which tests if the given logfile id matches with those enabled. The comparison is done against local variable and expensive function call is avoided.
2013-12-12 16:14:33 +02:00
testroute.c
Added new entry point in router: errorReply
2013-10-22 10:30:16 +02:00