Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not create symbolic links if the user answered 'n' #108

Open
wants to merge 91 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
91 commits
Select commit Hold shift + click to select a range
8933898
Do not create symbolic links if the user answered 'n'
Oct 24, 2013
cf23ece
add oh_utils.h inclusion from openhpi
hungta Sep 27, 2013
4610b98
Fix for configuring different eo heap modes
vnpraveendesu Oct 24, 2013
acdbfd7
Minor issue on using memset
hoangle Oct 28, 2013
2a84c8c
Minor warning issue
hoangle Oct 28, 2013
da4a61a
No Longer Needed. Separate Branch "Solaris"
Oct 28, 2013
67e0f19
WIP: c++ build
vnpraveendesu Oct 31, 2013
701791c
fix Bug 77 - safplus_watchdog is not running
minhgiang1983 Nov 1, 2013
7a43a57
fix issue about log print
minhgiang1983 Nov 4, 2013
a633fe0
WIP:c++ build
vnpraveendesu Nov 4, 2013
538e53d
Port fix of bug 12 to master branch
hungta Nov 6, 2013
822e276
fix issue build error because of invalid type
minhgiang1983 Nov 7, 2013
169d639
WIP: c++ build
vnpraveendesu Nov 7, 2013
9c713ad
Supportting get file description of socket base on transport protocol
hoangle Nov 8, 2013
9ef4fb3
remove unuse file and unuse log
minhgiang1983 Nov 12, 2013
8d7c7b8
fix issue duplicate subscribe event channel and optimize code
minhgiang1983 Nov 13, 2013
723e59b
merge fix watchdog restart issue from 6.0
minhgiang1983 Nov 14, 2013
e594a22
remove log and optimize source code for external feature
minhgiang1983 Nov 14, 2013
372e31d
remove unused file
minhgiang1983 Nov 20, 2013
dd7b769
remove unuse files
minhgiang1983 Nov 26, 2013
403e1f1
WIP: c++ build
vnpraveendesu Dec 9, 2013
c8a6ea6
reduce severity of some logging logs
AndrewStoneOpenClovis Dec 13, 2013
a33501b
fixup examples for 6.1 changes
AndrewStoneOpenClovis Dec 13, 2013
3b375eb
merge from 6.0 -- probably some portions are broken, please help to f…
AndrewStoneOpenClovis Dec 13, 2013
38cb457
added clAmfPluginApi.h to resolve build error
vnpraveendesu Dec 16, 2013
3f3d24d
WIP: c++ build
vnpraveendesu Dec 16, 2013
a84dafd
AMF plugin API
AndrewStoneOpenClovis Dec 16, 2013
d5a236e
Only restart cpmHealthcheckTimerHandle if request healthCheck polling…
hoangle Dec 16, 2013
bfe5f0b
Issue: within election soak time, we may get pseudo-leader, this lead…
hoangle Dec 18, 2013
b74f432
Provide new API to get component address faster. This prevent task ti…
hoangle Dec 19, 2013
e8fe45e
Provide new API to get component address faster. This prevent task ti…
hoangle Dec 20, 2013
f313ca2
WIP: c++ build
vnpraveendesu Dec 20, 2013
90150b5
Remove using gClIocNeighborSem because gClIocMasterSem is gClIocNeigh…
CangTranOC Dec 23, 2013
8c2d6c8
WIP: c++ build
vnpraveendesu Dec 23, 2013
7c73356
Fix bug #114 on github
hungta Dec 27, 2013
60a0576
checkpoint and gms service for external application
minhgiang1983 Dec 30, 2013
7423ac2
WIP: c++ build
vnpraveendesu Dec 30, 2013
8d1fdb8
WIP: Resolved linking errors for c++ build
vnpraveendesu Dec 30, 2013
de8e9a8
WIP: Resolved linking errors for c++ build
vnpraveendesu Dec 31, 2013
16ebfd9
WIP: Resolved linking errors for c++ build
vnpraveendesu Jan 1, 2014
f433965
WIP: Resolved linking errors for c++ build
vnpraveendesu Jan 1, 2014
69c8ddd
Fix issue #116 on github
hungta Jan 2, 2014
309ab12
Fix issue #116 on github
hungta Jan 2, 2014
54317af
Simplifying SAF Startup procedure: Start Watchdog which inturn start AMF
nateshrevankar Jan 2, 2014
cfa5007
safplus_watchdog_start.py file not copied to required location
nateshrevankar Jan 2, 2014
a1795c9
change external model example
minhgiang1983 Jan 6, 2014
8454d05
fix issue conflict conflicting types
minhgiang1983 Jan 6, 2014
a6637eb
BUG 125: move gratuitous sending of our view of the leader from GMS t…
hoangle Dec 27, 2013
532dc28
Remove restart file before start by user
nateshrevankar Jan 6, 2014
d85f958
WIP: resolved linking errors for c++ build
vnpraveendesu Jan 6, 2014
9d985b3
WIP: resolved linking errors for c++ build
vnpraveendesu Jan 6, 2014
78494e5
Propagaating fixes of node down issues from 6.0 to master
hungta Jan 7, 2014
9d86591
Fix ftp connection timeout when installing safplus
hungta Jan 7, 2014
ad8e1e9
remove old external application
minhgiang1983 Jan 7, 2014
1a23dd8
New external app
minhgiang1983 Jan 7, 2014
02be158
external library for external application
minhgiang1983 Jan 7, 2014
147fa7a
fix issue : external event channel close error
minhgiang1983 Jan 7, 2014
7d975c5
optimize external application sourcecode and README
minhgiang1983 Jan 7, 2014
aaba4be
Resolved linking errors for c++ build
vnpraveendesu Jan 7, 2014
71b5a5e
remove old rmd external application
minhgiang1983 Jan 8, 2014
357c0df
add new RMD application
minhgiang1983 Jan 8, 2014
224fe5c
make-common is not properly creating the model target directories. A…
AndrewStoneOpenClovis Jan 9, 2014
0367eb2
update new external example model
minhgiang1983 Jan 9, 2014
112ecf5
externalMain.c
minhgiang1983 Jan 9, 2014
726426a
external app changes
AndrewStoneOpenClovis Jan 9, 2014
08c6fcc
external cleanup and added makefiles
AndrewStoneOpenClovis Jan 10, 2014
c0f7a45
fix issue event reinitialize and stream open timeout
minhgiang1983 Jan 10, 2014
c0c2c95
remove sleep()
minhgiang1983 Jan 10, 2014
58b9385
WIP: resolved linking errors for c++ Build
vnpraveendesu Jan 10, 2014
8a352b6
simplify SAFplus startup/shutdown
AndrewStoneOpenClovis Jan 10, 2014
49df2fb
remove log spam
AndrewStoneOpenClovis Jan 13, 2014
ce116e6
bug fixes for external lib
AndrewStoneOpenClovis Jan 13, 2014
5c79ac0
fix issue external event init failed if stop SC standby
minhgiang1983 Jan 14, 2014
53fff24
add event pub/sub to test external event generation and receipt
AndrewStoneOpenClovis Jan 14, 2014
41cb74a
update external model
minhgiang1983 Jan 15, 2014
8c2762f
Allowing numMaxInstantiate and other attrs of component config to be …
hungta Jan 16, 2014
13660f5
make event simultaneous pub/sub work
AndrewStoneOpenClovis Jan 16, 2014
eb40ed0
remove rmd external model
minhgiang1983 Jan 16, 2014
0e8d020
commit rmd external model
minhgiang1983 Jan 16, 2014
0eddabf
update external rmd application
minhgiang1983 Jan 16, 2014
614fbb9
update README for external RMD App
minhgiang1983 Jan 16, 2014
4610965
update makefile for RMD external App
minhgiang1983 Jan 17, 2014
eb629d9
properly announce master election results so that external apps can u…
AndrewStoneOpenClovis Jan 17, 2014
cdea7a5
reenable rmd example to do an RMD
AndrewStoneOpenClovis Jan 17, 2014
cda1189
csa102 is not calling AMF selection object get. And taking this oppo…
AndrewStoneOpenClovis Jan 22, 2014
b02280e
using node cache to detect leader address for external event
minhgiang1983 Jan 23, 2014
c385323
commit changes necessary to support yocto crossbuilds and new gcc com…
AndrewStoneOpenClovis Jan 25, 2014
36a47bc
Resolved Linking errors and compilation errors for c++ build
vnpraveendesu Jan 27, 2014
49f5a20
Changes to make a standard crossbuild work, rather than OpenClovis cu…
AndrewStoneOpenClovis Jan 28, 2014
9a5b65d
Add configure option --without-prerequisities
Jan 30, 2014
4d97f6a
Use SAFPLUS_MAKE_VARIANT instead of CROSS_BUILD
Jan 30, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
66 changes: 0 additions & 66 deletions SAFplus_solaris/Readme.txt

This file was deleted.