Jelte Jansen
|
95b8519b04
[1901] Replace Boss with Init
|
12 years ago |
Jelte Jansen
|
826ac1b1e6
[1901] Replace 'boss' with 'b10-init' or 'b10_init'
|
12 years ago |
Michal 'vorner' Vaner
|
b341b3ca37
[1595] Remove 'explicit'
|
13 years ago |
Michal 'vorner' Vaner
|
9bbda62a5e
[1595] Application name for the socket requestor
|
13 years ago |
Michal 'vorner' Vaner
|
c911317eb2
[1542] Constants when receiving rcodes
|
13 years ago |
Michal 'vorner' Vaner
|
28cd9c1145
[1542] Convert the rcodes to exceptions
|
13 years ago |
JINMEI Tatuya
|
98ec643b85
[1546] (unrelated cleanup) corrected typo in a function name
|
13 years ago |
JINMEI Tatuya
|
138bb39fd8
[805] added the std:: prefix for signal() as we use <csignal>. SunStudio is
|
13 years ago |
Michal 'vorner' Vaner
|
9f776b729b
[805] Make sure SocketRequestor is initialized
|
13 years ago |
Michal 'vorner' Vaner
|
ab54494aee
[805] Make it compile and check after merge
|
13 years ago |
JINMEI Tatuya
|
65000f777c
[1522] used protocolString in createRequestSocketMessage. also added
|
13 years ago |
JINMEI Tatuya
|
0a9bcf007a
[1522] forgot to make another cleanup: made the constructor of
|
13 years ago |
JINMEI Tatuya
|
199ebdc9c9
[1522] added some logging messages for the socket requestor.
|
13 years ago |
JINMEI Tatuya
|
d38b9068dd
[1522] added SIGPIPE filter and re-enabled tests that failed due to the signal.
|
13 years ago |
JINMEI Tatuya
|
3e87a325eb
[1522] made sure sending socket token to the boss before receiving the FD.
|
13 years ago |
JINMEI Tatuya
|
182024bdd5
[1522] made sure the status code includes \n. also made sure passed sockets
|
13 years ago |
JINMEI Tatuya
|
d8ac471ae3
[1522] some more cleanups: mainly style, some for more constify; some for
|
13 years ago |
JINMEI Tatuya
|
f02087d579
[1522] more cleanup: changed some static member functions to non members
|
13 years ago |
JINMEI Tatuya
|
80d9d4fa92
[1522] cleanups: move some private member function to non member when they
|
13 years ago |
Jelte Jansen
|
67f67098c1
[1522] address vorner's comments
|
13 years ago |
Jelte Jansen
|
6716f216a8
[1522] Addressed jinmei's comments
|
13 years ago |
JINMEI Tatuya
|
afc36c12be
[1522] cleanup: constify
|
13 years ago |
JINMEI Tatuya
|
8718c07246
[1522] made sockaddr_un length calculation more portable/accurate by using
|
13 years ago |
Jelte Jansen
|
af568f35fc
[1522] cleanup
|
13 years ago |
Jelte Jansen
|
d2fc3f36ec
[1522] implement releaseSocket as well
|
13 years ago |
Jelte Jansen
|
294566c2b9
[1522] ccsession socketrequestor implementation
|
13 years ago |
Michal 'vorner' Vaner
|
c8caecc351
[805] Interface of the socket requestor
|
13 years ago |