index
:
linux/poky.git
1.1_M1
1.1_M2
1.1_M3
1.1_M4
1.2_M1
1.2_M2
1.2_M3
1.2_M4
1.3_M1
1.3_M2
1.3_M3
1.3_M4
1.3_M5
1.3_beta
1.4_M1
1.4_M3
1.4_M4
1.4_M5
1.6_M5
bernard
blinky
clyde
daisy
daisy-140929
daisy-enea
daisy-enea-231026
danny
danny-next
denzil
dizzy
dizzy-enea
dora
dora-toaster
dunfell
dunfell-next
dylan
edison
elroy
enea_linux_3
fido
gatesgarth
gatesgarth-next
genericarm64
green
halstead/hashclient
hardknott
hardknott-next
honister
jethro
kirkstone
kirkstone-next
krogoth
krogoth-enea
krogoth-next
langdale
laverne
master
master-next
master-next2
master-test
master-uninative
mickledore
mickledore-next
morty
morty-next
nanbield
pinky
purple
pyro
pyro-enea
pyro-next
pyro-nfvaccess
python3
rocko
rocko-next
scarthgap
styhead
sumo
sumo-next
thud
thud-next
warrior
warrior-next
zeus
zeus-next
zeus-next2
Mirror of git.yoctoproject.org/poky
N/A
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bitbake
/
lib
/
prserv
Commit message (
Expand
)
Author
Age
Files
Lines
*
bitbake: prserv/serv: Gracefully handle the PR server exiting quickly
Richard Purdie
2017-08-31
1
-1
/
+5
*
bitbake: prserv/serv: Rename self.quit -> self.quitflag
Richard Purdie
2017-08-31
1
-6
/
+6
*
bitbake: prserv/serv: Send sentinel to stop handler thread
Richard Purdie
2017-08-31
1
-1
/
+4
*
bitbake: prserv/serv: Shut down any existing server before restarting
Richard Purdie
2017-08-31
1
-0
/
+3
*
bitbake: prserv/cooker: Drop unused param
Richard Purdie
2017-08-31
1
-1
/
+1
*
bitbake: prserv/serv: Improve process exit handling
Richard Purdie
2017-07-24
1
-2
/
+17
*
bitbake: server: Rework the server API so process and xmlrpc servers coexist
Richard Purdie
2017-07-21
1
-2
/
+2
*
bitbake: prserv/persist_data/utils: Drop obsolete python2 imports
Richard Purdie
2017-01-09
1
-6
/
+1
*
bitbake: prserv/serv: Tweak stdout manipulation to be stream safe
Richard Purdie
2017-01-05
1
-4
/
+17
*
bitbake: bitbake: remove True option to getVar calls
Joshua Lock
2016-11-30
1
-2
/
+2
*
bitbake: bitbake: Convert to python 3
Richard Purdie
2016-06-02
2
-8
/
+8
*
bitbake: daemonize/prserv/tests/fetch: Convert file() -> open()
Richard Purdie
2016-05-13
1
-5
/
+5
*
bitbake: prserv: Add dump_db()
Haris Okanovic
2016-02-26
2
-0
/
+33
*
bitbake: bitbake: prserv: do not clear umask when daemonizing
Diego Santa Cruz
2016-02-04
1
-1
/
+0
*
bitbake: bitbake: prserv: SIGTERM handling hung process
Diego Santa Cruz
2016-02-04
1
-1
/
+1
*
bitbake: bitbake: prserv: -wal and -shm sqlite lost when daemonizing
Diego Santa Cruz
2016-02-04
1
-5
/
+8
*
bitbake: bitbake: Set process names to be meaninful
Richard Purdie
2016-01-30
1
-0
/
+4
*
bitbake: prserv/serv.py: Better messaging when starting/stopping the server w...
Leonardo Sandoval
2015-09-28
1
-2
/
+21
*
bitbake: prserv/serv: Close the DB connection out of class destructor
Leonardo Sandoval
2015-09-28
2
-2
/
+2
*
bitbake: prserv/serv: Start/Stop daemon using ip instead of host
Leonardo Sandoval
2015-09-24
1
-5
/
+8
*
bitbake: prserv: SIGTERM and deamonization fixes
Richard Purdie
2015-09-09
1
-3
/
+31
*
bitbake: prserv/db: Document history modes
Richard Purdie
2015-07-12
1
-0
/
+10
*
bitbake: prserv: serv.py: remove unused and duplicate imports
Maxin B. John
2015-05-08
1
-2
/
+1
*
bitbake: prserv/serv: Improve exit handling
Richard Purdie
2015-01-23
1
-5
/
+9
*
bitbake: prserv: Use WAL mode
Richard Purdie
2014-11-06
1
-0
/
+1
*
bitbake: prserv/serv: Ensure sync happens in the correct thread
Richard Purdie
2014-11-04
1
-7
/
+8
*
bitbake: prserv: don't wait until exit to sync
Ben Shelton
2014-10-28
2
-0
/
+21
*
bitbake: prserv/serv: Improve error message when prserver cannot bind to supp...
Konrad Scherer
2014-09-29
1
-2
/
+11
*
bitbake: lib: fix no newline at end of file
Robert Yang
2014-07-04
1
-1
/
+1
*
bitbake: prserv/db: Avoid fsync() calls
Richard Purdie
2014-05-03
1
-0
/
+1
*
bitbake: prserv: Fix exit race issues
Richard Purdie
2014-03-30
1
-7
/
+6
*
bitbake: serv.py: Give pr-server up to 5 seconds to commit data
Konrad Scherer
2013-11-18
1
-2
/
+21
*
bitbake: prserv: Ensure data is committed
Richard Purdie
2013-09-08
2
-1
/
+6
*
bitbake: prserv/serv: Settle on two threads for optimal performance
Richard Purdie
2013-09-01
1
-14
/
+34
*
bitbake: serv/db: Don't use BEGIN/COMMIT
Richard Purdie
2013-09-01
1
-13
/
+3
*
bitbake: serv/db: Take an excluside lock on the database
Richard Purdie
2013-09-01
1
-1
/
+1
*
bitbake: serv/db: Fix looping upon database locked issues
Richard Purdie
2013-09-01
1
-3
/
+4
*
bitbake: prserv: Allow 'table is locked' matching for retry loop
Richard Purdie
2013-08-30
1
-1
/
+1
*
bitbake: prserv/serv: Multithread the server
Richard Purdie
2013-08-29
1
-9
/
+15
*
bitbake: prserv/db: Threading fixes
Richard Purdie
2013-08-29
2
-4
/
+4
*
bitbake: serv.py: Fix regression from 972bc43e6d5b
Jason Wessel
2013-08-28
1
-1
/
+1
*
bitbake: serv.py: Fix hang when spawned dynamically with bitbake
Jason Wessel
2013-08-28
1
-0
/
+5
*
bitbake: server/xmlrpc/prserv: Add sane timeout to default xmlrpc server
Richard Purdie
2013-08-26
1
-3
/
+0
*
bitbake: prserv/serv: Fix pid file removal
Richard Purdie
2013-08-23
1
-1
/
+1
*
bitbake: prserv: Adapt autostart to bitbake-worker
Richard Purdie
2013-06-14
1
-2
/
+9
*
bitbake: prserv: Unbreak after bb.server changes
Richard Purdie
2013-05-30
1
-1
/
+1
*
bitbake: prserv: Drop StandardError usage
Richard Purdie
2013-05-09
1
-1
/
+1
*
bitbake: prserv/cooker: Handle PRService errors cleanly
Richard Purdie
2013-05-03
1
-3
/
+6
*
bitbake: prserv/serv.py: Fix logging in daemon mode
Richard Purdie
2013-02-06
1
-4
/
+16
*
bitbake: bitbake: Always use separate process for PR Service
Richard Purdie
2013-02-06
1
-22
/
+7
[next]