]> git.sesse.net Git - stockfish/history - src
Merge branch 'master' of /srv/git.sesse.net/www/stockfish
[stockfish] / src /
2019-04-12 Steinar H. GundersonMerge branch 'master' of /srv/git.sesse.net/www/stockfish
2018-12-26 Steinar H. GundersonAdjust paths for buster.
2018-12-26 Steinar H. GundersonMark that we are using a patched version.
2018-12-26 Steinar H. GundersonAdd support for 7-man Syzygy tablebases.
2018-12-26 Steinar H. GundersonUpdates for newer protobuf and Stockfish.
2018-12-26 Steinar H. GundersonRemove the non-pretty moves from the protobuf, as it...
2018-12-26 Steinar H. GundersonSimplify a bit.
2018-12-26 Steinar H. GundersonMore build tweaks.
2018-12-26 Steinar H. GundersonSend back a prettyprinted version of the move on hash...
2018-12-26 Steinar H. GundersonFix a crash issue when traversing PVs.
2018-12-26 Steinar H. GundersonLink the protobuf stuff statically.
2018-12-26 Steinar H. GundersonDeal with Stockfish internal API changes.
2018-12-26 Steinar H. GundersonMake server address into an UCI option.
2018-12-26 Steinar H. GundersonMove the hash probe class definition into a header...
2018-12-26 Steinar H. GundersonDo not fill value if we have no search info.
2018-12-26 Steinar H. GundersonRefactor the RPC thread into a shutdown-able class.
2018-12-26 Steinar H. GundersonAdd a SCORE_NONE.
2018-12-26 Steinar H. GundersonDecode the score into the protobuf.
2018-12-26 Steinar H. GundersonPut the root into a separate place.
2018-12-26 Steinar H. GundersonPrevent infinite loops on repetitions.
2018-12-26 Steinar H. GundersonReturn the entire PV, and in slightly more parseable...
2018-12-26 Steinar H. GundersonGive the proto a package name.
2018-12-26 Steinar H. GundersonReturn all candidate moves from the probe.
2018-12-26 Steinar H. GundersonDo not use -Wshadow; it is incredibly noisy for protobu...
2018-12-26 Steinar H. GundersonWhen returning gRPC probes, report scores from white...
2018-12-26 Steinar H. GundersonWrite out null-move and no move.
2018-12-26 Steinar H. GundersonMake the bound slightly easier to parse again.
2018-12-26 Steinar H. GundersonMake the client prober output something a bit more...
2018-12-26 Steinar H. GundersonRename client.cc to the right extension.
2018-12-26 Steinar H. GundersonBetter comments and enums in the proto file.
2018-12-26 Steinar H. GundersonFix a .depend dependency error.
2018-12-26 Steinar H. GundersonRemove some debugging.
2018-12-26 Steinar H. GundersonInitial commit for gRPC code.
2018-12-24 noobpwnftwFix crash in best_group() (#1891)
2018-12-24 Joost VandeVondeleExtend stack to ss-5, and remove conditions
2018-12-24 protonspringImprove endgame KBN vs K (#1877)
2018-12-23 mstemberaUse a bit less code to calculate hashfull() (#1830)
2018-12-23 mstemberaTurn on random access for Syzygy files in Windows ...
2018-12-23 protonspringSimplify generate_castling (#1885)
2018-12-20 protonspringSimplify KBNK endgame implementation
2018-12-18 Guenther DemetzTweak main killer penalty
2018-12-18 mstemberaNew voting formula for threads
2018-12-16 31m059Use stronglyProtected
2018-12-16 Alain SAVARDRefactor king ring calculation
2018-12-16 Joost VandeVondeleFix a segfault.
2018-12-16 Joost VandeVondeleStart a TT resize only after search finished.
2018-12-16 31m059Remove Null Move Pruning material threshold
2018-12-13 SFisGODA combo of parameter tweaks
2018-12-13 KurtAsymmetrical 8x8 Pawn PSQT
2018-12-11 protonspringChanges identified in RENAME/REFORMATTING thread (...
2018-12-09 VoyagerOneTweak CMH pruning
2018-12-09 protonspringremove extra line.
2018-12-09 protonspringremove parenthesis.
2018-12-09 protonspringadd paren.
2018-12-09 protonspringsimplify opposite_colors
2018-12-06 Stéphane NicoletRevert "pseudo_legal() and MOVE_NONE"
2018-12-06 VoyagerOneSimplify Killer Move Penalty
2018-12-06 xoto10Simplify time manager in search()
2018-12-06 protonspringpseudo_legal() and MOVE_NONE
2018-12-02 VizvezdenecIntroduce concept of double pawn protection.
2018-12-01 Miguel LahozPenalize refuted killers in continuation history
2018-12-01 ElbertoOneRemove Overload bonus
2018-11-29 Stéphane NicoletRestore development version
2018-11-29 Stéphane NicoletStockfish 10
2018-11-29 Sebastian BuchwaldUse emplace_back() in TB code
2018-11-27 31m059Simplify casting extension
2018-11-27 Steinar H. GundersonTurn on MADV_RANDOM for Syzygy mmaps (on Unix-like...
2018-11-25 Jörg OsterQsearch simplification. (#1828)
2018-11-24 Steinar H. GundersonTurn on MADV_RANDOM for Syzygy mmaps, so that the kerne...
2018-11-24 Steinar H. GundersonMark that we are using a patched version.
2018-11-24 Steinar H. GundersonAdd support for 7-man Syzygy tablebases.
2018-11-24 Steinar H. GundersonUpdates for newer protobuf and Stockfish.
2018-11-24 Steinar H. GundersonRemove the non-pretty moves from the protobuf, as it...
2018-11-24 Steinar H. GundersonSimplify a bit.
2018-11-24 Steinar H. GundersonMore build tweaks.
2018-11-24 Steinar H. GundersonSend back a prettyprinted version of the move on hash...
2018-11-24 Steinar H. GundersonFix a crash issue when traversing PVs.
2018-11-24 Steinar H. GundersonLink the protobuf stuff statically.
2018-11-24 Steinar H. GundersonDeal with Stockfish internal API changes.
2018-11-24 Steinar H. GundersonMake server address into an UCI option.
2018-11-24 Steinar H. GundersonMove the hash probe class definition into a header...
2018-11-24 Steinar H. GundersonDo not fill value if we have no search info.
2018-11-24 Steinar H. GundersonRefactor the RPC thread into a shutdown-able class.
2018-11-24 Steinar H. GundersonAdd a SCORE_NONE.
2018-11-24 Steinar H. GundersonDecode the score into the protobuf.
2018-11-24 Steinar H. GundersonPut the root into a separate place.
2018-11-24 Steinar H. GundersonPrevent infinite loops on repetitions.
2018-11-24 Steinar H. GundersonReturn the entire PV, and in slightly more parseable...
2018-11-24 Steinar H. GundersonGive the proto a package name.
2018-11-24 Steinar H. GundersonReturn all candidate moves from the probe.
2018-11-24 Steinar H. GundersonDo not use -Wshadow; it is incredibly noisy for protobu...
2018-11-24 Steinar H. GundersonWhen returning gRPC probes, report scores from white...
2018-11-24 Steinar H. GundersonWrite out null-move and no move.
2018-11-24 Steinar H. GundersonMake the bound slightly easier to parse again.
2018-11-24 Steinar H. GundersonMake the client prober output something a bit more...
2018-11-24 Steinar H. GundersonRename client.cc to the right extension.
2018-11-24 Steinar H. GundersonBetter comments and enums in the proto file.
2018-11-24 Steinar H. GundersonFix a .depend dependency error.
2018-11-24 Steinar H. GundersonRemove some debugging.
2018-11-24 Steinar H. GundersonInitial commit for gRPC code.
next